Hey there, a few weeks ago you helped me out with 2 separate logo’s in the header.
I think because of an update something went wrong.
Can you help me with the following for https://www.renaultvelserbeek.nl
The second logo (on the right) is visible on tablets so now you can’t see the burger menu.
Beste regards,
Martijn Koster
Hey Martijn,
So you want to hide the logo on the right for tablets?
Best regards,
Rikard
Hey Rikard,
Yes
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
CSS Snippet:
/* CSS - Hide secoandry logo */
@media only screen and (max-width: 1018px) {
#header_main .widget {
display:none;
}
}
Best regards,
Vinay
Hey Vinay, thanks for your reply.
Unfortunately that didn’t work. You already helped me out with other support to get things done. Maybe some css is now conflicting with each other.
I hope you can have a look.
Best regards,
Martijn Koster
Hi TenMediaNL,
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: 768px) and (max-width: 1024px) {
#text-6 .textwidget {
display: none;
}
}
If you need further assistance please let us know.
Best regards,
Victoria
Hey Victoria, thank you for your reaction!
That did the trick!
Best regards
Martijn Koster
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon