-
AuthorPosts
-
October 1, 2017 at 8:11 am #1065049This reply has been marked as private.Pankaj Sharma Moderator
Pankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
October 2, 2017 at 2:22 am #1065162Hi
Add below code in custom.css file to move it in the left of logo.navbar-toggle { left: 0px; }
Regards
1 user says Thank You to Pankaj Sharma for this useful post
October 2, 2017 at 4:18 am #1065196Hi Pankaj – Many Thanks for your suggestion. It is now working fine. In the mobile version, the menu is getting displayed on the left. I have set the menu module position to "off-canvas". Is that fine?
One more question – Is it possible to freeze the top bar including the logo so that the rest of the webpage can scroll up both in the mobile site as well as in the desktop-version? This will ensure that the logo and menu option is displayed on top at all times.
Please suggest. Many thanks in advance.
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
October 2, 2017 at 4:49 am #1065207Hi
The menu is fine in mobile.
Add this code in custom.css file to make the header sticky.t3-header { position: fixed!important; width:100% }
Regards
October 2, 2017 at 5:13 am #1065212This 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
October 2, 2017 at 5:26 am #1065216Hi Pankaj – The mobile site now has the sticky header as expected but in the desktop version, the main menu bar has stretched to the far right making the menu items (Contact us) go beyond the screen. Can you please fix this?
Hi
Remove older code and use this code.t3-header { position: fixed!important; } @media(max-width:768px) {.t3-header { width:100%}}
Regards
October 2, 2017 at 8:44 am #1065258This reply has been marked as private.October 2, 2017 at 9:49 am #1065282This reply has been marked as private.October 2, 2017 at 10:41 am #1065291This 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
October 3, 2017 at 1:40 am #1065385Noticed an overlap issue on the Testimonials, Stoneand Contact Us Pages. The Banners and Article text have been overlapped by the top bar. Is this happening because of freezing the top bar?
Hi
Since its sticky, it will always stay on the page. you can remove the suggested code and use normal header so it will not cover any content on the scroll.For further new topic questions kindly open a new thread for each new topic.
Regards
October 3, 2017 at 3:17 am #1065417Thanks Pankaj for the clarification. I will open a new thread for my outstanding issues. Please close this thread.
-
AuthorPosts
This topic contains 11 replies, has 2 voices, and was last updated by shoumikdas 7 years, 2 months ago.
The topic ‘JA Decor – Mobile site menu option overlaps with Text logo. Not visible.’ is closed to new replies.