• Resolved ashley_c

    (@ashley_c)


    I’d like to remove the white line between the menu and the slider on the home page. Thank you.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi, ashley_c, I’m another user of the Neve theme.

    It looks like you’re using Elementor.

    The following CSS is a quick fix, as I’m not sure how you would be able to remove this with Elementor:

    .elementor-widget-wrap.elementor-element-populated {
        padding-top: 0px !important;
    }

    Hi, @ashley_c!

    Thanks for choosing Neve!

    To remove the white space between the menu and the rest of the page, please insert the code below within the Additional CSS section within the Customizer.

    .elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding: unset;
    }

    Let me know how this worked!

    Have a nice day!

    Thread Starter ashley_c

    (@ashley_c)

    Yay, Ian’s worked! luciamarinescu’s did not.

    Thanks again.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove white line between menu and slider’ is closed to new replies.