Tagged: enfold, logo, responsive, sizing
Hey guys.
If you take a look at http://godiaperfree.com in responsive, the logo is getting pushed off the screen to the left. How do I resolve this?
Regards,
David
Hey David!
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: 30%;
}}
Cheers!
Yigit
Done! Thanks Yigit