• Resolved conico

    (@conico)


    Hi,

    Is it possible to remove this effect (black header resizing) when you push down the screen when you are on the top of the page?
    It also hides the top of the image as you can see when you pull the slider down, some part of the image hides behind the top header.

    Thank you.

    https://gfycat.com/descriptivekindkitfox

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hello,

    Can you please provide a link to your website in order to let me check it?

    Kind Regards, Roman.

    Thread Starter conico

    (@conico)

    Hello, thank you for the link.

    You can try to replace this additional CSS code:

    /* Full slider tablet*/
    @media (orientation: landscape) {
    	/*#slideshow .slide-item,
      .panel-row-style {
      	background-attachment: scroll 		!important;
      }*/
    	.site-header.fixed {
    		position: fixed !important;
    		height: 75px;
    	}
    
    }

    …with this:

    #masthead {
        position: fixed;
        background-color: transparent;
    }

    Kind Regards, Roman.

    Thread Starter conico

    (@conico)

    That just work perfectly!
    I added height: 75px; just to avoid black header to appear/disappear but the response now looks smoother.

    Thanks!

    You are welcome! 🙂

    By the way, it would be nice if you mark this topic as Resolved.

    Kind Regards, Roman.

    Thread Starter conico

    (@conico)

    Solved! Thank you!

    You are welcome! 🙂

    Kind Regards, Roman.

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

The topic ‘Header slider’ is closed to new replies.