Home Forums Weaver Xtreme Theme Logo On Left, Menu needs to center

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #75062
    ROBIN
    Participant

    We moved the Logo on the left, over some so It wasn’t all the way to the Left edge.  Once we did that it moved the menu to the left oh so slightly and the client wants it centered as if the logo isn’t on the page.

    I have removed all padding and margin, and it still is not centered.

    Would you happen to have any tips?

    The website is http://theredhenstudio.com

    She wants it to look exactly like the menu on this page:  https://sliceutah.com/

    Thanks in advance for any help you can provide.

    #75064
    scrambler
    Moderator

    ul.wvrx-menu {margin-left:0;}
    .wvrx-menu-left {margin-right:0;}

    will remove leftover margins.

    If not quite enough set either of these at -25px

    #75067
    ROBIN
    Participant

    That doesn’t seem to be working;  Here is what we did before to move the logo over.  Maybe they are conflicting?

     

    #nav-primary ul.wvrx-menu {padding-top:2.5em;}

    .wvrx-menu-left { padding-left: 100px;}

    ul.wvrx-menu {margin-left:-25;}

    .wvrx-menu-left {margin-right:0;}

     

    #75068
    scrambler
    Moderator

    -25px , not -25 🙂

    ul.wvrx-menu {margin-left:-25px;}

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