-
AuthorPosts
-
December 10, 2013 at 4:09 am #198376
Hi there,
My website is http://www.nonsurgical.org.au
When the browser size is decreased the logo falls underneath the dropdown menu.
Can you please help. thanks!
December 10, 2013 at 5:33 am #198409Hey TheProductionHouseEvents!
You can add this on your custom.css or Quick CSS:
@media only screen and (min-width: 768px) and (max-width: 989px) { .main_menu ul:first-child > li > a { padding: 0 10px !important; font-size: 12px; } }
The menu is not visible on your page so I have to guess. Please try it.
Cheers!
IsmaelDecember 10, 2013 at 5:51 am #198422Hi Ismael,
When I add this code the drop down menu doesnt appear at all. I still need the drop down menu
I have quickly made the menu available so please have a look.
Help. Thanks.
- This reply was modified 10 years, 11 months ago by TheProductionHouseEvents.
December 10, 2013 at 5:56 am #198427Just to clarify I have now removed that code you gave me
December 10, 2013 at 6:16 am #198434So now my menu on mobiles and small browsers has just dissapeared.
Basically I need fixed:
1. Menu overlapping logo as browser size is reduced
2. On mobile and small browsers drop-down menu has dissapeared
3. Before the drop-down menu dissapeared the menu overlapped the logo on mobilesThanks
Please use this link: http://www.nonsurgical.org.au/home/
- This reply was modified 10 years, 11 months ago by TheProductionHouseEvents.
December 10, 2013 at 12:37 pm #198500Hi!
1) Please add following code to Quick CSS in Enfold theme options under Styling tab
.main_menu ul:first-child > li > a { padding: 0 5px; }
This will decrease the padding between menu items.
Or, you can apply Devin’s first code in here https://kriesi.at/support/topic/top-menu-with-the-social-icons-bigger/#post-134332
That will change the width to switch to mobile menu
2&3) See these errors in console http://i.imgur.com/m3jaanp.jpg I would suggest you to re-install the themeCheers!
YigitDecember 11, 2013 at 1:00 am #198765Thanks it’s all working now.
How do I stop the logo falling behind the drop-down menu when the browser is less than 768 pixels wide?
December 11, 2013 at 5:18 am #198823Hey!
I’m not sure why the code I provided doesn’t work but it is the same with Yigit’s. Anyway, you can add this to adjust the menu when the screen is less than 768px in width:
@media only screen and (max-width: 768px) { .main_menu ul:first-child > li > a { padding: 0 5px !important; font-size: 10px; } }
Regards,
IsmaelDecember 11, 2013 at 6:38 am #198848Hi Ismael,
Thanks for this. It doesn’t seem to work though, would you mind having another go? cheers.
December 11, 2013 at 2:26 pm #198997Hey!
Please try adding following code to Quick CSS
@media only screen and (max-width: 767px) { .responsive .logo { height: 110px; }}
That should do it
Regards,
YigitDecember 12, 2013 at 12:39 am #199274Perfect! Thanks so much.
-
AuthorPosts
- The topic ‘Logo overlaps menu’ is closed to new replies.