As shown here, how can I make these not overlap?
https://www.dropbox.com/s/vlxt9ebndpzx49t/Screenshot_2014-08-27-10-45-54.png?dl=0
Hey samforan!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 767px) {
.responsive .logo a, .responsive .logo img {
max-width: 85%;
height: auto !important;
margin-left: 0 !important;
}}
Best regards,
Yigit
Sorry, the menu item and logo I meant.
Thank you! Fast reply!!