Hello! Just wanted to post in here to see if anyone has any suggestions as to how I can align this image properly on my store: I’d like to align the “select your truck” image to the left a bit so that it is centered. If anyone has any suggestions on how to do this, that would be much appreciated. Thank you!
Hi @jhlandis13
Would you mind sharing your store’s URL so we can provide a solution for that? Cheers!
Sure! www.truckbedtrojan.com
Thank you for your help!
Add the following code to your theme.css file at the very bottom:
@media only screen and (min-width: 600px)
{
.product-form-image {
margin-left: 0% !important;
max-width: 270px!important;
margin-bottom: 10px!important;
}
}
Let me know what you think!