Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #697071

    Hello. I’m working to convert this website over to Enfold. The only snag I have left is to mimic the following items. Any advice would be greatly appreciated.

    -Menu centered on the homepage ONLY

    Thank you,
    Ryan

    #697077

    Hey rlogan2334,

    It can be easily done with enfold.

    You just need to use .home class to target the homepage only.

    Once you setup the site share the link with us and we will help you center the menu.

    Best regards,
    Vinay

    #697078

    Site info is listed in the Private Area. Yes?

    • This reply was modified 8 years, 1 month ago by WP Turned UP.
    #697155

    Hi,

    Thank you for sharing the required info.

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

     
    .home .main_menu {
        right: auto!important;
        left: 50%;
        transform: translateX(-50%);
    }

    Best regards,
    Vinay

    #697373

    Worked great, thank you!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Menu Position – Per Page’ is closed to new replies.