Hi I was exploring the options on weaver xtreme plus and I can’t quite figure out how to move the logo around in the top left of our website New tab (uecc.ca)
I also searched on the website here but it seems like there isn’t any answers quite suited for me can I get some help on this topic please? Thanks.
It has 1% top and left margin that you can remove to move it up and or left by adding the rule below to the theme Global Custom CSS Rule box. You can eventually use negative margin too in pixel or % (absolute or relative to browser)
.custom-logo-link {margin-top: 0;margin-left: 0;}
After that you need to be more specific and say how you want to move it.