Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1008745
    kajkosz
    Participant

    How I can move slider in archives lower because now some part of it is hidden under menu. (see pic)

    #1008748
    kajkosz
    Participant
    This reply has been marked as private.
    #1008797
    Christopher
    Moderator

    Hi there,

    Please remove position: absolute; property from following code :

    .masthead-inline .x-navbar, .masthead-inline .x-navbar .sub-menu {
        position: absolute;
        width: 100%;
        background-image: url(http://marihuanamedyczna.com/wp-content/uploads/2016/03/text1.png), -moz-linear-gradient(left, rgba(143,181,60,0.95) 0%, rgba(21,77,38,0.95) 100%);
        background-image: url(http://marihuanamedyczna.com/wp-content/uploads/2016/03/text1.png), -webkit-linear-gradient(left, rgba(143,181,60,0.95) 0%,rgba(21,77,38,0.95) 100%);
        background-image: url(http://marihuanamedyczna.com/wp-content/uploads/2016/03/text1.png), linear-gradient(to right, rgba(143,181,60,0.95) 0%,rgba(21,77,38,0.95) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fb53c', endColorstr='#154d26',GradientType=1 );
    }

    Please add this code :

    .archive .x-container.max.width.main {
        margin-top: 10px;
    }

    Hope that helps.

    #1008858
    kajkosz
    Participant

    thx, works perfectly.

    #1008906
    Thai
    Moderator

    Glad it worked 🙂

    If you need anything else please let us know.

  • <script> jQuery(function($){ $("#no-reply-1008745 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>