hi! in the header, the space between the names of the pages are not the same, is it possible to make these spaces in between even?
url: www.joepdries.com
hi! in the header, the space between the names of the pages are not the same, is it possible to make these spaces in between even?
url: www.joepdries.com
Hi @winandgetrich ,
This is Victor from PageFly - Landing page builder, I’d like to suggest this idea for solution:
Step 1. Go to Online Store → Theme → Edit code
Step 2. Open your theme.liquid theme file
Step 3. Paste below code before :
![]()
Hope my answer will help you.
Best regards,
Victor | PageFly
Hi @winandgetrich ,
H underdstand that you want to level the space for header.
summary.list-menu__item {
padding-right: 1.2rem;
}
I hope it help.