Hey again,
Thanks for the link ??
Please try adding the following CSS code in the style.css file of your child theme or if your theme doesn’t have custom CSS tab add it in your site using the following plugin:
https://www.ads-software.com/plugins/simple-custom-css
@media screen and (min-width: 768px) and (max-width: 960px) {
#page .wide .widget.widget_text {
margin-left: 20%;
}
#page .menu-2.horisontal-navigation > div {
margin-left: 10%;
}
}
@media screen and (max-width: 768px) {
a.logo-section {
display: none;
}
}
This should move navigation and text part slightly to the right so they are properly displayed on resolutions where that happens and aslo remove logo on mobile resolutions.
Please let me know if this works ??
Cheers,
Bojan