Hello how do i move a logo more to the left side in footer 🙂 ?
mindaugasma
You can try this custom CSS:
@media (min-width: 1200px){ .logo { margin-left: -180px; } nav#t3-mainnav { margin-left: 180px; } }
and change to your desired value.
mindaugasma Hi In your screenshot post, the logo is in header. If you want this to be full width add this code in custom css
#t3-header > .container { max-width: 100%; }
I have not found any logo on footer position on your site.
Sorry my mistake the logo is in the header section 🙂
Thanks for you very much 🙂