• Resolved savy10

    (@savy10)


    Hi,

    I am having serious problems with my customizr website. I really love the theme, however the featured pages have me a little stuck. From the website below, you can see that when you’re on a mobile client or a small resolution screen (just drag the browser to half a page), when you move down the page the featured page images are in front of the header. Is there any way I can customize this to stop?

    Thanks for all your help.

    http://www.savymotorsport.com.au

Viewing 4 replies - 1 through 4 (of 4 total)
  • Try

    .thumb-wrapper {
        z-index: 30;
    }
    Thread Starter savy10

    (@savy10)

    Worked perfectly.

    That’s great. Thank you so much for your help.

    It seems as though the only problem left is the website logo in the header falls behind the text of the header drop down boxes. Would you have any idea how to sit that behind the text too?

    You’re a gem. Thanks again.

    Same principle:

    .sticky-enabled .navbar-wrapper {
        z-index: 10;
    }
    Thread Starter savy10

    (@savy10)

    Thank you so much. That has made it look so much more professional!

    I have been messing around with it but couldn’t seem to get it.

    Thanks for all your help.

    Very thankful.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Customizr featured pages layered in front of header’ is closed to new replies.