I don’t know why I’m encountering this issue with your theme last site I built never had issues, but currently the logo is set to be center, I’ve tried smaller as well the problem is when on mobile version the logo ends up getting messed up in width. Usually this didn’t happen maybe the new update causing this I don’t know. I’ve done two new fresh installs to be certain… Please Help
Hi P. Bert!
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; }}
Regards,
Yigit
Thanks Yigit fixed the issue!