Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #691200

    Hi there,
    Thanks Kriesi and Team for this amazing wp theme. I really love this.

    I was trying to make the main menu align to center. For this I used this code below-

    nav.main_menu {
      left: 41%;
    }

    This also brings the social media icons in the center with it. But I want to keep only the menu in the center and the social media right aligned and remove the spectator between them.

    To be more clear what I want to achieve please see the image below-

    View post on imgur.com

    #691207

    Hey ghuddi,

    Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)

    You can place the link in the private data section.

    Best regards,
    Jordan

    #691208

    Here it is-

    #691231

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .avia-menu.av-main-nav-wrap {
        right: 41%;
        border-right: none !important;
    }
    

    Best regards,
    Jordan

    #691235

    Thanks Jordan for your quick support.

    Regards,
    Ismail

    #691240

    Hi,

    You’re most welcome! Feel free to reach out again if you need anything else :)

    Best regards,
    Jordan

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Need to change the Main Menu and Social Media Profiles alignment’ is closed to new replies.