-
AuthorPosts
-
September 22, 2021 at 5:29 pm #1321944
Hi, I have a problem with the main menu and the logo.
Currently main menu invades the logo area. In addition, the separation of the different lines that make up the menu is excessively large.
I attach an image of the error, and another image of what I would like to achieve.
Thank you very much and best regards.
https://www.dropbox.com/s/acpac13ua87fr9g/error.jpg?dl=0
https://www.dropbox.com/s/wdeec2qoitc5f2w/menu_Correct.jpg?dl=0
September 24, 2021 at 1:06 am #1322088Hi kikosanchezestudio,
Can you try adding this CSS code in Enfold > General Styling > Quick CSS:
#top .main_menu { margin-left: 280px; margin-top: 30px; } #top .main_menu a { height: 30px !important; line-height: 30px !important; }
Best regards,
NikkoSeptember 24, 2021 at 12:51 pm #1322199Hi Nikko
Thank you very much, the code works fine.
But it causes an error, the bottom of the drop-down menu does not reach the bottom, I attach a screenshot.Could you help me?
Best regards
https://www.dropbox.com/s/o7rz8q9zi4x2mln/menu_white.jpg?dl=0
https://www.dropbox.com/s/r6muw29jc6abb0b/menu_white2.jpg?dl=0
September 26, 2021 at 5:32 pm #1322362Hi kikosanchezestudio,
I see, please replace this part of the code I gave:
#top .main_menu a { height: 30px !important; line-height: 30px !important; }
With:
#top .main_menu #avia-menu > li > a { height: 30px !important; line-height: 30px !important; }
Let us know if this helps.
Best regards,
NikkoSeptember 27, 2021 at 10:09 am #1322441Hi Nicco, thank for your reply, but don’t work. When I enter the new code, the space between the menu lines becomes very large again.
Could you help me, please?
Attached screen capture.
Best regard,September 30, 2021 at 2:54 am #1322891Hi kikosanchezestudio,
I apologize for the delayed response.
I have checked your site and it’s still the old code.
Please check if the greater than symbol is in the last code I gave is converted to & g t ; without the spaces.
If this is still isn’t working please disable CSS file merging and compression in Enfold > Performance and clear any caches if you have a caching plugin.Best regards,
Nikko -
AuthorPosts
- You must be logged in to reply to this topic.