Home › Forums › VW Theme › VW BAKERY PRO THEME › Logo on Mobile Version
Can the Logo be centered instead of justify left in the mobile version?
Hi,
Can you please share your site URL it will help us to provide you a better solution.
Many Thanks
I have the same issue. I want to resize the logo too
¿Se puede centrar el logotipo en lugar de justificarlo a la izquierda en la versión móvil?
Kindly follow the steps given below to centered in mobile view
Go to Dashboard >> Appearance >> Customize >> Additional CSS >> Paste the given CSS on it >> Publish.
@media screen and (max-width: 1023px){ .logo_static { margin: -47px auto 0; } }