Looking for advice/assistance to align an image on my product page

jhlandis13
Visitor
3 0 0

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!

Screen Shot 2021-09-28 at 11.00.05 AM.png

Replies 4 (4)

JHKCreate
Shopify Expert
3571 639 916

Hi @jhlandis13 

Would you mind sharing your store's URL so we can provide a solution for that? Cheers!

Did we solve your issue? Like & Mark As Solution to help the community
Should you need any direct help: contact@jhkcreate.com

Learn more about us: jhkcreate.com
jhlandis13
Visitor
3 0 0

Sure! www.truckbedtrojan.com

 

Thank you for your help!

JHKCreate
Shopify Expert
3571 639 916

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!

Did we solve your issue? Like & Mark As Solution to help the community
Should you need any direct help: contact@jhkcreate.com

Learn more about us: jhkcreate.com
jhlandis13
Visitor
3 0 0

Thanks for your response. that made it slightly smaller but it is still aligned to the right  (shown below)  Would you suggest I try anything else?

Screen Shot 2021-09-28 at 11.24.28 AM.png