How can I adjust the padding of main menu items?

Hello, I want to change padding of 2 main menu items and dividing line between them.

THIS IS WHAT I HAVE NOW:

THIS IS WHAT I WANT TO HAVE:

Basically, all I need to be changed is left-right padding, Thank you in advance !

Hi @AceStore ,

This is Anthony from Beae Landing Page Builder, and I’m happy to assist you today.

While I acknowledge that this issue falls short of the desired outcome, I have an idea that I believe might be of help:

  1. Go to Online Store → Theme → Edit code
  2. Open your theme.liquid file
  3. Paste below code before :

Note: You can adjust the value to fit your store

Best regards,

Anthony

Unfortunately it doesn’t work

Hi @AceStore

This is Richard from PageFly - Shopify Page Builder App, I’d like to suggest this idea:
Online Store ->Theme ->Edit code
Assets ->Styles.css

#shopify-section-header .navigation--left .navigation__tier-1-container .navigation__tier-1 > .navigation__item > .navigation__link {
    padding-top: 41px !important;
    padding-bottom: 36px !important;
    padding-left: 60px !important;
    padding-right: 60px !important;
}

Hope you find my answer helpful!
Best regards,
Richard | PageFly