bluefluidmotion
Circle Member-
Content Count
17 -
Joined
-
Last visited
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Brine/Keene sticky navigation
bluefluidmotion replied to bluefluidmotion's question in Coding and Customization
Having: Header { position: fixed !important; top: 25px !important; Works as long there is an announcement. But when there isn't, it leaves a gap at the top and doesn't move the top-nav to the top of the page. Changing it to Header { position: fixed !important; top: 0px !important;Fixes the issue, but covers the announcement. Also, the page scrolls over the announcement. How do you make it go behind the announcement?link textThanks -
Brine/Keene sticky navigation
bluefluidmotion replied to bluefluidmotion's question in Coding and Customization
Having: Header { position: fixed !important; top: 25px !important; Works as long there is an announcement. But when there isn't, it leaves a gap at the top and doesn't move the top-nav to the top of the page. Changing it to Header { position: fixed !important; top: 0px !important;Fixes the issue, but covers the announcement. Also, the page scrolls over the announcement. How do you make it go behind the announcement?link textThanks -
I am trying to have the navigation sticky on all of my pages, but it seems to only work on one of the pages: link text This is the code that I am using. Thanks,Andrew T Header { position: fixed; top: 0; left: 0; right: 0; z-index: 999 } // fix mobile nav .Mobile-bar--top { position: fixed; top: 0; left: 0; right: 0; background: #85C1E9; } .Mobile-bar { position: fixed; z-index: 99999; } // move mobile overlay down .Mobile-overlay-menu-main { padding-top: 80px; }
-
bluefluidmotion started following Keene blog titles hidden by sticky navigation, Brine/Keene sticky navigation, Brine/Keene search page titles hidden by sticky navigation and and 1 other
-
keene template extending banner image into page
bluefluidmotion replied to bluefluidmotion's topic in Site Design and Styles
Zay,Thank you.I have the page set up with the image as a banner, but the way that keene works it is only visible at the top under "overview". Thanks!alt text -
Keene blog titles hidden by sticky navigation
bluefluidmotion replied to bluefluidmotion's topic in Site Design and Styles
Perfect! That seems to work. Thanks.Andrew -
Keene blog titles hidden by sticky navigation
bluefluidmotion replied to bluefluidmotion's topic in Site Design and Styles
Very close. (-:That does correct the spacing, but this impacts the whole site besides the blog posts.Is there a way to specifically impact only the blog posts and none of the other pages? All of the other pages on the site align correctly. I tried:.collection-type-blog h1.post-title { margin-top: 50px; } Did NOT work. Is it named something else? Thanks,Andrew -
Keene blog titles hidden by sticky navigation
bluefluidmotion replied to bluefluidmotion's topic in Site Design and Styles
Very close. (-:That does correct the spacing, but this impacts the whole site besides the blog posts.Is there a way to specifically impact only the blog posts and none of the other pages? All of the other pages on the site align correctly. I tried:.collection-type-blog h1.post-title { margin-top: 50px; } Did NOT work. Is it named something else? Thanks,Andrew -
Keene blog titles hidden by sticky navigation
bluefluidmotion replied to bluefluidmotion's topic in Site Design and Styles
Sorry about that,Here is a link to one of the pages: www.increaseyourv.com/blog/2019/5/20/what-are-the-symptoms-of-overtraining increaseyourv.squarespace.com/config/pages/5a280da2085229052bcb9d73 The heading of all of the blog posts is hidden by the top navigation. Thanks,Andrew -
Keene blog titles hidden by sticky navigation
bluefluidmotion replied to bluefluidmotion's topic in Site Design and Styles
Sorry about that,Here is a link to one of the pages: www.increaseyourv.com/blog/2019/5/20/what-are-the-symptoms-of-overtraining increaseyourv.squarespace.com/config/pages/5a280da2085229052bcb9d73 The heading of all of the blog posts is hidden by the top navigation. Thanks,Andrew