- This topic has 2 replies, 2 voices, and was last updated 4 years, 4 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- The topic ‘Sticky Header’ is closed to new replies.
I would like to get the header to scroll with the page. There is no box to tick or untick for the sticky header only for sticky footer. The header to isben takes up a third of the page which makes viewing products frustrating. Thanks in advance.
To stop the header being fixed when scrolling the page, copy this code to ‘Customize’ > ‘Additional CSS’:
#masthead.scrolled {
position: relative;
}
Hi Andy,
You are awesome. thanks for your support.