Home › Forums › All Other Themes › How do I keep a nav bar at the top of the page?
- This topic has 20 replies, 2 voices, and was last updated 4 years, 9 months ago by Kari.
-
AuthorPosts
-
January 27, 2020 at 7:56 am #143955
Theme SKT Ele Business – is it possible to keep the navigation on top of the page?
January 27, 2020 at 8:31 am #143959With same SKT ELE Business, the font is not showing on the pages? (assistant) only within the wordpress management….
January 27, 2020 at 11:00 am #143964Hi,
Kindly show us your website URL please?
Regards,
ChrisJanuary 27, 2020 at 11:08 am #143965https://www.energiaplus.fi
January 27, 2020 at 11:18 am #143966So the address is h t t p s: // w . w. w. e n e r gi a plus.fi
January 28, 2020 at 4:59 am #143986Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
.has_trans_header .header_wrap { position:fixed !important;}
Regards,
ChrisJanuary 28, 2020 at 8:12 am #144005Thanks Chris
January 30, 2020 at 5:04 am #144100🙂
February 4, 2020 at 8:30 am #144356Sorry, afterwards…. we noticed that the nav bar does not work on every page???????
h t t p s: // w . w. w. e n e r gi a plus.fi
It has different behavior in the inner pages??????February 4, 2020 at 8:51 am #144357Hi,
Remove:
.has_trans_header .header_wrap { position:fixed !important;}
And add this new CSS:
.has_trans_header .header_wrap { position: fixed !important; z-index: 10; width: 100%; }
Regards,
ChrisFebruary 4, 2020 at 11:02 am #144368Header Layout 1.. can we shift the email and phone data blow the navigation menu.. but still in the same white background area….. so that the email and phone would be right after the menu… and on the right as it is now?
February 4, 2020 at 11:03 am #144369And this new code is working in normal view… but mobile menu gets broken…..
February 4, 2020 at 11:04 am #144370The navigation works now on all the other pages, but the front page gets messed up.
February 4, 2020 at 11:29 am #144373Hi,
Kindly use this one:
.has_trans_header .header_wrap { position: fixed !important; z-index: 100; width: 100%; }
Regards,
ChrisFebruary 4, 2020 at 11:31 am #144374This code will leave the front page banner below the navigation….
-
AuthorPosts
- You must be logged in to reply to this topic.