Menu spacing - by alykhan - on WordPress WooCommerce support

This topic has 4 replies, 2 voices, and was last updated 6 years, 9 months ago ago by Rose Tyler

  • Avatar: alykhan
    alykhan
    Participant
    August 28, 2018 at 00:17

    I’m using the shoe sample and created a footer with 3 columns. For some strange reason, there is a thin line between each menu item and there is no way I can see how to remove the line.

    here is the development site.

    http://safariswag.simbasystems.com

    How do i remove the lines and tighten the menu items so there isn’t as big a gap between tiems.

    3 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 28, 2018 at 07:11

    Hello,

    Please try to add this code in Theme Options > Styling > Custom css:

    .prefooter .menu-element .menu > li > a {
        border: none;
        padding-left: 0px;
        padding-top: 7px;
        padding-bottom: 8px;
    }
    .prefooter .menu-element .menu > li {
        padding-left: 0px;
    }

    Regards

    Avatar: alykhan
    alykhan
    Participant
    August 28, 2018 at 17:53

    Perfect thank you!!

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 29, 2018 at 07:13

    You’re welcome!

    Regards

  • Viewing 4 results - 1 through 4 (of 4 total)

The issue related to '‘Menu spacing’' has been successfully resolved, and the topic is now closed for further responses

Helpful Topics

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.