This topic has 3 replies, 2 voices, and was last updated 8 years by Radu.

  • Author
  • #88535
     maelga
    Participant

    Hi,

    Since upgrading to 3.1, my sticky menu is now covering the top of my pages.

    As a result my <h1> titles are now partly hidden under my sticky menu header. Same thing for my bp profiles, where avatars are also partly covered my site header.

    Putting aside adding some css/top-margin to all page templates, what would be the proper way to have  pages fitting nicely underneath the header?

     

     

    #88654
     Radu
    Moderator

    Hi,

    Can you please provide an screenshot that pointing out the problems and also the website url.

    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #89277
     maelga
    Participant

    Fixed.
    If anyone encounters the issue, here’s my fix for a 50px high sticky menu.

    COPY CODE
    @media (max-width: 991px) {
    .sticky-wrapper {
        height: 50px!important;
        margin-top: -1px;
    	}
    }
    
    #89292
     Radu
    Moderator

    Great,

    Thank you that you have provided solution.

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 4 posts - 1 through 4 (of 4 total)

The forum ‘Bugs & Issues’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?