Tagged: mobile menu
Hey guys,
Since the WordPress 4.01 update my logo in the mobile menu has become more centered when it should be all the way to the left. Can you help me correct this problem?
Thanks!
Hey JPOsteen!
Send us a link and we’ll take a look. You can set your reply as private if you wish.
Best regards,
Elliott
Hi!
Please add following code to Quick CSS
.responsive .logo img {
margin-left: 0!important;
}
Cheers!
Yigit
Sorry, but it didn’t work.
Hey!
You have following custom CSS code in Quick CSS
.responsive .logo img {
margin: auto auto!important;
}
Please remove it firstly. Code i posted is currently not being applied
Cheers!
Yigit
Worked! Thanks!!