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

    Hi I was able to get my logo centered in the middle but I am unable to move the right side of the menu text over to the right as they are overlapping the logo in the center. Please advise.

    #1329162

    Hey EL,

    Thank you for the inquiry.

    The position of the main menu container is a little bit off center because of this css code.

    #header .main_menu {
        width: 100%;
        left: 45%;
        transform: translateX(-50%);
    }
    

    The value 45% should be replaced with 50% to correctly align the menu container to the center. You should be able to adjust the menu items properly after that.

    #top #header .av-main-nav li:nth-child(3) {
        margin-right: 299px;
    }
    

    Best regards,
    Ismael

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