Home › Forums › Basel support forum › Main Nav looks buggy between 1.024px and 1.400px
Main Nav looks buggy between 1.024px and 1.400px
- This topic has 7 replies, 3 voices, and was last updated 8 years, 6 months ago by
Artem Temos.
-
AuthorPosts
-
October 28, 2016 at 4:42 am #5996
holgerpleickParticipantHi there.
The main nav looks good at screens with a width of more than 1.400px and also looks good below the 1.024px breakpoint when it change in to mobile nav. But between 1.024px und 1.400px the main nav appears buggy.
What can I do to have a consitent good looking main nav?
Many thanks
Holger
October 28, 2016 at 5:04 am #5997
Artem TemosKeymasterHello,
Thank you so much for using our theme and contacting our support center.
Yes, we see that your menu items width is too large to fit a free space in the header. Here is what you can do to make the space bigger.
1. Decrease
right column
width option in Theme Settings -> Header -> Header layout2. Disable “Login / Register” links in Theme Settings -> Shop -> My account
3. Decrease free space between menu items by adding this code snippet to the Custom CSS area in Theme Settings
.main-nav .menu>li>a { padding-left: 5px; padding-right: 5px; }
Hope this will help.
Kind Regards
XtemosOctober 28, 2016 at 5:58 am #5998
holgerpleickParticipantThanks, that works.
How can I put the my-account Login to another place?
Holger
October 28, 2016 at 10:20 am #6001
Artem TemosKeymasterHi,
Currently, header right columns is the only one place for login/registration links. If you want you can turn it on and we will send you a CSS snippet to make in the form for an icon without text to make it smaller.
October 28, 2016 at 10:24 am #6002
holgerpleickParticipantHi,
yes, good idea. Please send me the CSS.
Many Thanks
Holger
October 28, 2016 at 11:07 am #6008
Artem TemosKeymasterHere is a code snippet for you. Add this to the Custom CSS section in Theme Settings
.right-column .header-links li a { font-size:0; font-style: normal; display: block; padding: 0; } .right-column .header-links li a:after { content:none; } .right-column .header-links ul { line-height:0; } .right-column .header-links li a:before { content: "\e005"; display: inline-block; font-size: 20px; vertical-align: middle; text-align:center; line-height: 30px; height: 30px; width: 30px; font-family: Simple-Line-Icons; }
October 28, 2016 at 12:17 pm #6009
adamripplParticipantThank you!
October 28, 2016 at 4:25 pm #6017
Artem TemosKeymasterYou are welcome, we are always happy to help you, write us when you have any difficulties or issues with our theme.
And we would be glad if you will rate our theme with 5 stars on Theme Forest in case you are satisfied with our theme and customer service http://themeforest.net/downloads
Thank you in advance 🙂
-
AuthorPosts
- You must be logged in to create new topics. Login / Register