- Posts: 50
COMMUNITY FORUM
- Forum
- Commercial Joomla Extensions & Templates
- Commercial Joomla Templates
- Change width of main menu?
Please note that official support for commercial extensions & templates is provided in the Subscriber Help Desk.
Support requests should ONLY be directed there and require an active subscription plan.
This forum board is to be used for archive purposes and knowledge exchange ONLY.
Support requests should ONLY be directed there and require an active subscription plan.
This forum board is to be used for archive purposes and knowledge exchange ONLY.
Change width of main menu?
- Anne Marie Rasmussen
- Topic Author
- Offline
- Senior Member
Less
More
10 years 3 months ago #139226
by Anne Marie Rasmussen
Change width of main menu? was created by Anne Marie Rasmussen
I don't know why I didn't notice this before but when checking my site on my laptop (as opposed to my widescreen monitor) one of the menu items is showing below the main menu. I have tried to change the items' length (# of characters) in the menu and also tried to remove the login menu from that bar but still can't get it to display correctly on the smaller screen. I assume this will have to be changed in the template itself but will need instructions to do so. BTW very disappointed that you are no longer publishing templates monthly as I just purchased a 3 month membership shortly before the announcement. Was hoping for something stunning for a couple of sites I need to re-do. :)
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
- Offline
- Platinum Member
Less
More
- Posts: 15920
10 years 3 months ago #139227
by Krikor Boghossian
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Krikor Boghossian on topic Change width of main menu?
The stunning templates will come along, no need to worry about this.
Since this is a visual issue and I need the exact pixels I need a link in order to troubleshoot it.
Since this is a visual issue and I need the exact pixels I need a link in order to troubleshoot it.
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Anne Marie Rasmussen
- Topic Author
- Offline
- Senior Member
Less
More
- Posts: 50
10 years 3 months ago #139228
by Anne Marie Rasmussen
Replied by Anne Marie Rasmussen on topic Change width of main menu?
The website is www.alldigitalcreatures.com/ The menu is correct on my wide monitor (1920 px) with 6 menu items showing but on my laptop which is a smaller screen only 1366 px wide the last menu item drops down.
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
- Offline
- Platinum Member
Less
More
- Posts: 15920
10 years 3 months ago #139229
by Krikor Boghossian
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Krikor Boghossian on topic Change width of main menu?
@media screen and (min-width: 1250px) and (max-width: 1400px) {
.main-navigation.login-menu ul.menu > li > a { padding: 0 20px; }
.main-navigation ul.menu > li > a { padding: 0 10px; }
}
This snippet (paste it in your cucstom.css file) will decrease the space between menu items in smaller viewports.
.main-navigation.login-menu ul.menu > li > a { padding: 0 20px; }
.main-navigation ul.menu > li > a { padding: 0 10px; }
}
This snippet (paste it in your cucstom.css file) will decrease the space between menu items in smaller viewports.
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Anne Marie Rasmussen
- Topic Author
- Offline
- Senior Member
Less
More
- Posts: 50
10 years 3 months ago #139230
by Anne Marie Rasmussen
Replied by Anne Marie Rasmussen on topic Change width of main menu?
Great! Done and fixed. Thanks ever so much.
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
- Offline
- Platinum Member
Less
More
- Posts: 15920
10 years 3 months ago #139231
by Krikor Boghossian
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Krikor Boghossian on topic Change width of main menu?
You 're welcome Anne Marie.
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Forum
- Commercial Joomla Extensions & Templates
- Commercial Joomla Templates
- Change width of main menu?