• Resolved rob0985

    (@rob0985)


    id like to remove the white space on the right side of my menu, how do i go about doing this?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Can you list your site URL so I can take a look? This is something that would be done through CSS.

    Thread Starter rob0985

    (@rob0985)

    I halfway figured it out by placing using the following
    #header #mainmenu ul li:last-child {
    border-right: 0;
    } however if you look at the page now it isnt noticed unless its highlighted but my url is http://friendsforfelons.com

    Okay, great. If you change your
    #header #mainmenu ul li a
    padding to 0 16.3px
    it should even out the spacing for you

    Disclaimer: all changes should be done in a child theme or Custom CSS plugin so changes won’t be overwritten when you update the theme.

    Thread Starter rob0985

    (@rob0985)

    that worked perfectly well 16.2 but yeah, thanks thats been bugging me for a while

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘how to remove white space on the right of my menu/naviation’ is closed to new replies.