Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1005401
    kkendall2010
    Participant

    I am trying to get the image I am using in the header to show the full image, any way to get that to work? Thanks!

    #1005412
    kkendall2010
    Participant
    This reply has been marked as private.
    #1005427
    Thai
    Moderator

    Hi There,

    Could you please provide us with some screenshots?

    I can’t find any images in your header.

    Thanks.

    #1005432
    kkendall2010
    Participant
    This reply has been marked as private.
    #1005442
    Thai
    Moderator

    Hi There,

    Please find and remove this CSS:

    .x-logobar-inner {
        background: url(http://agroliquid.staging.wpengine.com/wp-content/uploads/2016/05/New-Header-1.png) no-repeat center top;
    }

    After that add the following CSS:

    header.masthead.masthead-stacked {
        background-image: url(http://agroliquid.staging.wpengine.com/wp-content/uploads/2016/05/New-Header-1.png);
        background-size: cover;
    }
    .x-logobar {
        padding: 100px 0;
    }

    Hope it helps 🙂

    #1005568
    kkendall2010
    Participant

    Perfect, that fixed it. Thanks!

    #1005598
    Rahul
    Moderator

    You’re welcome!

    #1005606
    kkendall2010
    Participant

    Since adding that code, the menu remains stuck in place during scrolling until about halfway down the first section, then it goes to the proper placing until I scroll back up, when it does the same thing. Gets stuck about halfway down section 1. Any ideas?

    #1005628
    Thai
    Moderator

    Hi There,

    Please find this CSS:

    .x-navbar {
        background: rgba(99, 102,106, 0.2);
        border: 0;
        box-shadow: none;
        position: fixed;
        width: 100%;
    }

    And update to this:

    .x-navbar {
        background: rgba(99, 102,106, 0.2);
        border: 0;
        box-shadow: none;
        width: 100%;
    }

    Hope it helps 🙂

    #1005668
    kkendall2010
    Participant

    You ROCK! Thanks for the awesome support 😀

    #1005683
    Thai
    Moderator

    You’re most welcome 🙂

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