-
AuthorPosts
-
September 16, 2017 at 4:00 am #852767
Dear Sir,
I set the logo image as recommended size. but it still overlaps with the right header menu when the browser shrink to smaller one.
How can i solve this problem pls?
BTW , i set the temporary user account for your reference, pls see as below.
Thanks in advance!Regards,
RochelleSeptember 17, 2017 at 9:49 am #853024Hey handanhy,
It looks like there is no WordPress installation on the URL you posted, did you remove it?
Best regards,
RikardSeptember 18, 2017 at 12:38 pm #853368Hi, Rikard,
I just transfer the site to our main domain and update the links as below.
Thanks for your kind help.Regards,
RochelleSeptember 19, 2017 at 6:13 am #853698Hi,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 1024px) { nav.main_menu { display: block !important; } .menu-item { display: none; } .av-burger-menu-main.menu-item-avia-special { display: block; } }
Best regards,
RikardSeptember 21, 2017 at 3:22 pm #854900Hi, Rikard,
The problem still exist after pasting the codes on the quick CSS.
Pls give some help with lots of thanks.
Regards,
RochelleSeptember 21, 2017 at 3:31 pm #854906hi, Rikard,
I try to change the layout of logo and menu to logo center menu below.
But when the browser shrink, there are two menu icons on the right and the below of the logo.
What should i do?
The problem above has been solved after removing the codes in the quick css.Regards.
Rochelle- This reply was modified 7 years, 1 month ago by zqmaqma.
September 23, 2017 at 4:13 am #855675Hi Rochelle,
Thanks for the feedback, I’m not sure if you need any further help on the topic? Are you not able to set the logo and menu to center?
Best regards,
RikardSeptember 24, 2017 at 5:27 am #855944HI, Rikard,
The problem still exist. When the browser shrink smaller, the logo image and the main menu overlap each other even if i put the code on the quick css.
pls help me this question with lots of thanks.Regards,
RochelleSeptember 24, 2017 at 4:55 pm #856086Hi Rochelle,
There menu takes up a lot of space, so it has to change to a burger menu at 1250, below is the code to do that.
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css@media only screen and (min-width: 990px) and (max-width: 1250px) { nav.main_menu, #top #menu-item-search { display: block !important; } .menu-item { display: none; } .av-burger-menu-main.menu-item-avia-special { display: block; } }
If you need further assistance please let us know.
Best regards,
Victoria -
AuthorPosts
- You must be logged in to reply to this topic.