Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #39963
    Jude L.
    Guest

    I’m having a hard time finding where the settings are to align the Menu navigation (ABOUT US / CONTACT US / DONATE / EMPLOYEES / BOARD OF DIRECTORS).

    I’m using theme HifidelVersion: 1.25.7

    Id like to have it aligned Center and or to the Left. Thank you for your help.

    Jude-

    #39968
    Joseph W
    Keymaster

    Thank you for contacting us Jude, our team is happy to answer any questions you have about working with our Hifidel WordPress theme!

    Hifidel is one of our Classic BoldGrid themes and unfortunately does not have many of the menu alignment features through the theme Customizer found in our newest WordPress theme Crio, so we will use a little Custom CSS in order to help you center those menu items!

    The following CSS snippet targets the header area that contains the primary menu on your website and centers the entire site navigation. It also uses a Media Query to target only the screen sizes where your menu items are expanded across the entire header and will not alter your current mobile design.

    @media (min-width: 768px) {
     .header-11 {
       display: flex;
       justify-content: center;
     }
    }
    

    Hopefully that code helps you create the design you are looking for on your website and please let us know if there is anything else that we can do to help!

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Hifidel Menu alignment’ is closed to new replies.