-
AuthorPosts
-
G Kor Friend
G Kor
- Join date:
- November 2016
- Posts:
- 28
- Downloads:
- 38
- Uploads:
- 12
- Thanks:
- 7
- Thanked:
- 1 times in 1 posts
November 13, 2017 at 12:53 pm #1074029Does anyone know how to make the top navigation (red horizontal space at the top) to work like the menu navigation? In other words, I would like to make it stay on the top of the page like the logo and the main menu when the user scrolls down the page.
Thank you in advance!
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
November 14, 2017 at 3:41 am #1074158Hi
Add below code in /css/custom.css file@media screen and (min-width: 992px){ .has-slideshow .t3-header { background: none; padding-top: 55px;}} .t3-topbar { background: #a22631; position: fixed; width: 100%; z-index: 1; }
Regards
1 user says Thank You to Pankaj Sharma for this useful post
G Kor FriendG Kor
- Join date:
- November 2016
- Posts:
- 28
- Downloads:
- 38
- Uploads:
- 12
- Thanks:
- 7
- Thanked:
- 1 times in 1 posts
November 18, 2017 at 3:17 pm #1075093Hi thank you for the reply, however I face some problems:
1) How I can load the /css/custom.css file?
2) If I add the proposed css in the template.css file then I the main menu navigation is lost when I scroll down and only the top navigation remains at the top.
Thank you for the assistance.
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
November 20, 2017 at 2:55 am #1075231Hi
Open template folder/css/custom.css file
If the file is not present kindly create and add the code, also share the URL of the site on which you applied changes.Regards
G Kor FriendG Kor
- Join date:
- November 2016
- Posts:
- 28
- Downloads:
- 38
- Uploads:
- 12
- Thanks:
- 7
- Thanked:
- 1 times in 1 posts
November 20, 2017 at 9:40 am #1075344This reply has been marked as private.Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
November 21, 2017 at 2:47 am #1075540Hi
Replace the older code with this one@media screen and (min-width: 992px){ .has-slideshow .t3-header { background: none; top: 40px!important; }} .t3-topbar { background: #a22631; position: fixed; width: 100%; z-index: 1; }
I tested it on your site and it should work.
Regards
1 user says Thank You to Pankaj Sharma for this useful post
G Kor FriendG Kor
- Join date:
- November 2016
- Posts:
- 28
- Downloads:
- 38
- Uploads:
- 12
- Thanks:
- 7
- Thanked:
- 1 times in 1 posts
November 22, 2017 at 9:11 pm #1076014This reply has been marked as private.Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
November 23, 2017 at 4:28 am #1076083Hi
Replace the top bar code with this code.t3-topbar { background: #a22631; position: fixed; width: 100%; z-index: 100; top: 0; }
It work for all pages.
Regards
-
AuthorPosts
This topic contains 7 replies, has 2 voices, and was last updated by Pankaj Sharma 7 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum