• How can I increase the size of the writing on my drop down menus, as well as align the menu items to the centre (currently they are aligned to the left on mobile)

    Any help will be awesome!

Viewing 1 replies (of 1 total)
  • Hello @kylefuller97,
    Thanks for reaching out and sorry for the delayed response.

    The following CSS should help:

    /* Increasing the font-size of menu items */
    #header__navigation .menu-item a{
    	font-size:30px;
    }
    /* Center align menu items */
    .menu-is-open .primary-menu li {
        text-align: center;
    }

    You can add the code to Appearance > Customize > Additional CSS

    Let me know if this helps ??

    Kind Regards,
    Milos | GoDaddy

Viewing 1 replies (of 1 total)
  • The topic ‘How to edit / customise menus?’ is closed to new replies.