How can I add more white space to my mobile menu and extend the black border?

Hi,

I want to add more white space between the main mobile menu. Also extend my black border line to the end full width

my site is https://luxurymrkt.com

Hi @Luxurymrkt ,

This is Victor from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/theme.css->paste below code at the bottom of the file:

.mobile-nav__has-sublist {
    padding-top: 10px;
    padding-bottom: 10px;
}

li.mobile-nav__item.mobile-nav__item--secondary > div > hr {
    min-width: 760px !important;
}

Hope my answer will help you.

Best regards,

Victor | PageFly