How do I reduce the space between the columns?

How do I reduce the space between the columns down below? @PageFly-Kate

Hi @AbdulShakir ,

This is Kate 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.scss.css->paste below code at the bottom of the file:

@media only screen and (min-width: 750px){
.site-nav__link {
    padding: 0px !important;
}
}

Hope my answer will help you

Your really the best, I appreciate your help so much !

Thank you! I’m glad that I can help :grin: