Hi @Jim_65 ,
To adjust width of the buttons
follow these steps:
1.Go to your Shopify admin panel.
2.Navigate to Online Store > Themes.
3.Find the theme and click on Customize.
4.click Actions > Edit code.
In the left sidebar, under the layout directory, click base.css
.banner-button {
width: 200px !important ; // change this to your desired width
display: inline-block;
}
I hope this helps! If not, please provide url of website.
If it does, please like it and mark it as a solution!
Regards,
Sweans
2 Likes
no change ![]()
here is my website: https://bmcarcover.com/
Hi @Jim_65 ,
Try this code in image-banner liquid file or base.css
.banner__buttons .button {
position: unset !important;
}
I hope this helps! If it does, please like it and mark it as a solution!
If you need further assistance, feel free to reach out!
Regrds,
Sweans
