Hello,
If you could please help fix my logo from aligning itself to the left side instead of being centered, I would appreciate it greatly. This occurs in the mobile version only. Here is the link: http://www.blush-and-bashful.com/
Hi Starkos!
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: 45%;
}}
Cheers!
Yigit
Awesome! That worked! Thank you!