Home Forums Weaver Xtreme Theme Fixed header and scrolling content problem

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #73396
    wsq
    Participant

    Hi

    I have a header with menu and changing image depending on the page. Both are fixed. When scrolling the content is displayed above the fixed content. How do I get it behind, or avoid scrolling over the header.

    example page http://buchner.wsq.de/saxophon

    #73398
    scrambler
    Moderator

    Can you clarify what you did to fix the header. as it looks like you have some bad CSS…

    That said to make it work, you need to add a z-index to the header container. You can do that by adding the CSS rule below to the theme Global Custom CSS rule box

    #header {z-index:3000;}

    That said you should add a background color to the menu or when the content passes behind it becomes unreadable.

    On a side note:

    You have an empty info bar that should be hidden properly using the theme Option to hide the Info bar (MENU SECTION)
    You also have an empty title and tagline. Ideally you want them to have content for them for the search engines, and you can hide them using the hide area option in the theme option for title and tagline.

    #73400
    wsq
    Participant

    Hi,
    I had set the z-index incorrectly.
    now it works as desired for now.

    thanks for the quick help

    #73401
    scrambler
    Moderator

    By the way, your site is flagged as unsecure, probably because you do not have https setup.

    This causes a downgrade on google too.

     

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