Home Forums Weaver Xtreme Theme Moving Logo options?

Topic Resolution: Resolved
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #73213
    LiMichael
    Participant

    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.

    #73215
    scrambler
    Moderator

    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.

    #73219
    LiMichael
    Participant

    Hi,

    Using .custom-logo-link {margin-top: -13px; margin-left:2%} I was able to fix my issue,

    Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.