• Resolved f rox

    (@fabrizioriente)


    Hello,
    I’m a user of Area theme. I have problems with the header bar in all my pages where I inserted a slideshow. In particular, when I scroll down in a page with a slideshow, the header bar do not stay in from of the images but stay back. In this way it is impossibile for user to click on the other webpages.
    On the contrary, the header bar stay in from of the pictures in the home page.
    I you want to understand better what I mean, I will suggest to visit my website “http://bbsolan.it”.
    I hope that someone can help me, because this become a very big problem in mobile devices.

    Thanks in advance.

Viewing 8 replies - 1 through 8 (of 8 total)
  • gaintsev

    (@gaintsev)

    Hi!
    You need to increase ‘z-index’ value for header bar. For example add this code to your ‘style.css’:

    .site-branding {
        z-index: 101;
    }

    Thus, the slideshow will be located under header bar. See more.

    Thread Starter f rox

    (@fabrizioriente)

    Hello,
    thanks for your relay. I tried your suggestion but it didn’t solve the problem. The header bar, always disappears below the slideshow when I scroll down my webpages. 🙁

    gaintsev

    (@gaintsev)

    Are you sure you add the code? When I look at the source code of your site I do not see this code.

    Thread Starter f rox

    (@fabrizioriente)

    Sorry, I removed it after testing. Now I put it again.

    gaintsev

    (@gaintsev)

    This is strange. I still do not see the code.

    Thread Starter f rox

    (@fabrizioriente)

    I don’t know why but inserting the code “theme->editor” didn’t work. Now I installed “custom css” plugin and the code seems working.

    gaintsev

    (@gaintsev)

    Good. Maybe it’s the cache on the server. )

    Thread Starter f rox

    (@fabrizioriente)

    Thanks a lot! This solution I think is better, otherwise during the future theme updates the css file will be overwritten.

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘Header bar cut’ is closed to new replies.