Hello,
I would like to move the logo left to make some space.
I found this code in the forum but it doesn’t work for me. Could you assist?
.container.av-logo-container {
margin-left: 0;
padding-left: 0;
max-width: 100%;
}
Thank you,
Duncan
Hey murdochduncan,
Add the following to quick css:
.logo{
left:-50px!important;
}
Best regards,
Jordan Shannon
Thank you Jordan but unfortunately it does not have any visible effect… Could you offer another possible solution?
Thank you,
Duncan
Thank you Jordan but unfortunately it does not have any visible effect… Could you offer another possible solution?
Thank you,
Duncan
Hi,
Can you try adding my code the very top of quick css so it runs first? Also, clear the cache a few times over.
Best regards,
Jordan Shannon