Tagged: CSS, logo, mobile site
Greetings,
I’m noticing that the logo runs off of the side of the viewport when viewed on mobile devices. I’m sure I could fix this with CSS, but I’m having a bit of a hard time figuring it out. Would you mind taking a look when you have a moment?
Thanks in advance!
Bill
Hi bforliano!
Please add following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 767px) {
.responsive .mobile_slide_out .logo {
margin-left: 35%;
}}
Cheers!
Yigit
Thank you! Worked like a charm.