I’m wanting to increase the spacing of the two buttons on the image banner as they are quite close together. Does anyone know how this can be done? Or what code to use and where to insert it?
Thanks in advance.
I’m wanting to increase the spacing of the two buttons on the image banner as they are quite close together. Does anyone know how this can be done? Or what code to use and where to insert it?
Thanks in advance.
Hi Tkmlf,
Please share your store URL.
Regards
Sandeep
Hello @tkmlf
Could you please provide your store URL and, if it is password protected, please share the password so I can review it and provide a solution.
Hello @tkmlf
You can try this code: it will be helpful to you
Go to the Online Store->Theme->Edit code->Assets->section-image-banner.css>Add this code at the bottom.
.banner__buttons {
gap: 4rem !important;
}