Hello,
I have a problem with the theme ENFOLD.
When i see the website with full screen no problem to see the summary.
But when i reduct the window or when i use a tablet, the summary is in my logo…
Can you help me ?
Here a picture with firefox full screen
https://www.noelshack.com/2020-52-1-1608556879-001.png
here a picture with firefox when i reduct … (with tablet same problem)
https://www.noelshack.com/2020-52-1-1608556878-002.png
Thx u very much
Anyone ? :'(
Hi,
Thanks for the screenshots. Could you post a link to the site in question so that we can have a closer look as well please?
Best regards,
Rikard
hi @rikard
My website is: http://www.calleo-informatique.fr
when you use tablet or reduct the window with firefox, chrome the summary is not good… problem screen in the logo
You need an access ? Contact me if you want ;) Good day @Rikard
Hi alice56220,
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 (max-width: 1250px) {
nav.main_menu, #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