• Greetings forum! I’m not entirely sure if this is the right place to be asking this so hopefully I’m not in bad form.

    I do some basic CSS editing to work from themes but I CANNOT for the life of me figure out why my menu items are not centering on my menu at handsonpt.com. I got the menu itself to center but the items are right floating instead of center. Have any advice?

    Thanks so much in advance!

    Dusty

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hello could you try by adjusting your css with these? You might have to add !important rules as well and load it on your footer depending on how your theme is calling the css styles.

    #header-links-inner > .menu {
    	font-size: 20px;
            text-align: center;
    }
    #header .header-links li,
    #header-sticky .header-links li {
    	float: none;
    	display: inline-block;
    }
Viewing 1 replies (of 1 total)

The topic ‘Centering Menu Items’ is closed to new replies.