Hi, im trying to make the spacing between the title and the button more narrow.
Does anyone know how I could do this?
My site amiemx.com
Hi, im trying to make the spacing between the title and the button more narrow.
Does anyone know how I could do this?
My site amiemx.com
Hi @arkenciel ,
I understand that you want to reduce the space.
Try this.
.banner__box.content-container.content-container--full-width-mobile.color-background-1.gradient .banner__buttons {
margin-top: 0px !important;
}
Result:
If its not enough let me know.
I hope it help.
hi! thank you for your response. Sadly nothing happen to the spacing of the button and the title
Which file di you paste it?
Can you paste it on the section-image-banner.css.
Thanks!
base.css. Im using dawn theme
Hi @arkenciel
I hope you are doing good and welcome to the Shopify Community!
I am San from MS Web Designer.
Please add this css in your bottom of the base.css file:
h2.banner__heading.inline-richtext.h0~.banner__buttons { margin-top: 45px!important; }
Regards,
San