Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #453333

    please see the private link below.

    note how the header’s transparency reveals a small amount of the underlying slideshow from the fullwidth slider.

    why is this? can we adjust this so that the slider isn’t underneath the header? OR remove the transparency from the header (without going the header behavior option route with no borders, etc.).

    thanks!

    #453336

    Hey charger70!

    Please add following code to Quick CSS

    .html_header_top.html_header_sticky #top #wrap_all #main {
      padding-top: 122px;
    }

    Regards,
    Yigit

    #453339

    yigit – that did not change anything. the slide is still visible underneath.

    #453340

    Hey!

    Please change the code to following one

    @media only screen and (min-width: 990px) {
    .html_header_top.html_header_sticky #top #wrap_all #main {
      padding-top: 122px !important;
    }}

    Cheers!
    Yigit

    #453343

    awesome! that worked PERFECTLY!!! thank you, yigit! you are always such a huge help to me!

    #453349

    Hi!

    You are welcome, we are always happy to help :) Let us know if you have any other questions or issues

    Regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘fullwidth slider slightly underneath transparent header?’ is closed to new replies.