Options

Sticky Header with Parallax slideshow...

NikaInkNikaInk Registered Users Posts: 9 Beginner grinner
edited February 9, 2016 in SmugMug Support
I would like it so when you cam to my homepage you saw a fullscreen slideshow or video. When you scroll down, I want the first thing to be seen is my header (really it is my logo with a navbar on either side of it). Once the navbar/logo get to the top I want it to stick and the remainder of the page to scroll underneath it. I want to change my homepage to be more journal style, so this would be a nice feature to add, thanks. My webpage is www.nikaink.com Thanks in advance for your help.

Comments

  • Options
    rainforest1155rainforest1155 Registered Users Posts: 4,566 Major grins
    edited February 9, 2016
    Hi there,

    It looks like you have some CSS on your site that prevents you from seeing the "header" section on your independent homepage. I would recommend that you remove this code from your CSS content block on the homepage:
    .sm-user-ui .sm-page-layout-region-header {
    	position: fixed;
    	width: 100%;
    	bottom: 0px;
    	}
    
    After removing that, you should see the header section on your homepage. That's where you could add your logo and menu to to allow the "pinning" setting from the layout tab to work.
    Sebastian
    SmugMug Support Hero
Sign In or Register to comment.