Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #188155

    Hello, I’m using the header with social icons and bottom option but I need to move the secondary menu to the left and leave the phone number to the right.

    Is this possible?

    Please let me know.

    #188239

    Hey Jorge!

    You can add this on your custom.css or Quick CSS:

    .sub_menu {
    left: 100px;
    }
    
    .social_header .phone-info {
    position: absolute;
    right: -130%;
    }

    Cheers!
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘How to move secondary menu to the left and keep the phone number to the right’ is closed to new replies.