<div media="screen and (min-width: 750px)" style="padding-left:50px;padding-right:10px"> {{ product.description }} </div>
I want to change the alignment on the left and right side - the text is too stretched out I want it to be the same like https://starpaint.de/collections/superdry-einbrennofen and I want it to work nice on mobile and tablets
I added a request a quote button but I can’t figure out how to get it to be the same size as the paypal (on mobile it is ok) I used a large button setting
Open your theme.css / based.css file and paste the code in the bottom of the file.
a.button.button--full-width.button--primary {
max-width: 44rem !important;
}
.section-template--24147421069649__custom_liquid_pxaywX-padding div, .section-template--24147421069649__custom_liquid_pxaywX-padding div h2,.section-template--24147421069649__custom_liquid_pxaywX-padding div p {
text-align: left !important;
}
If my reply is helpful, kindly click like and mark it as an accepted solution.
Thanks!