Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #555076

    Ok so we have an interesting scenario.

    The small bar above the main menu is cutting off on the left and right of the menu bar, but only in full view. If you scroll down the full bar returns to normal.

    I have the opacity set up purpose for the home page without scrolling, then it switches to solid as you scroll.

    Any ideas why it would be cutting off on the left and right only in the “non-scroll” mode?

    Thanks in advance!!!

    #555301

    Hey cristmg!

    Add this to your custom CSS.

    .html_header_top #top .av_header_stretch .container {
        width: 100% !important;
        padding: 0px 20px !important;
        max-width: 100%;
    }

    Cheers!
    Elliott

    #555704

    Perfect!

    Thanks

    #555823

    Hi,

    Glad we could help :-)

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.