How do I bring these images to the centre of the page?

Solved

How do I bring these images to the centre of the page?

iceymonski
Excursionist
21 0 3

Hello. Does anyone know how I can move these screenshots I have to the centre of the page? I don't like them being on the left of the page. Thanks

 

my store is suvski.com 

 

Screen Shot 2024-09-16 at 3.44.49 PM.png

 

 

Accepted Solution (1)
Sangeetanahar
Explorer
541 36 69

This is an accepted solution.

hello @iceymonski 

Go to online store ----> themes ----> actions ----> edit code ---->assets ---->theme.css...>
add the code end of the file

.aos-init.aos-animate img {
    display: table;
    margin: 0 auto;
}

result

Size-Guide-–-Suvski.png

Buy me a Pizza


If this was helpful, hit the like button and accept the solution.
Thanks

Was I helpful?

Buy me a coffee



Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront
Email me [email protected] - Skype: live:sangeetarahuldhiman -Whatsapp: +917009811712
Checkout Some Free Sections Here

View solution in original post

Replies 7 (7)

Sangeetanahar
Explorer
541 36 69

hello @iceymonski 

you are talking about this image

News-–-Suvski.png

If not this then tell me where is this thing that you are saying coming from

Was I helpful?

Buy me a coffee



Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront
Email me [email protected] - Skype: live:sangeetarahuldhiman -Whatsapp: +917009811712
Checkout Some Free Sections Here
iceymonski
Excursionist
21 0 3

Hi there, no it's not that image.

 

It's the image I uploaded earlier with the two tables. The two tables are image screenshots that I made on microsoft word and uploaded it onto shopify 🙂 

Sangeetanahar
Explorer
541 36 69

hello @iceymonski 

Please send me the link to the page where this is coming from

thanks

Was I helpful?

Buy me a coffee



Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront
Email me [email protected] - Skype: live:sangeetarahuldhiman -Whatsapp: +917009811712
Checkout Some Free Sections Here
iceymonski
Excursionist
21 0 3

Hello. This is the link: https://suvski.com/pages/size-guide

Sangeetanahar
Explorer
541 36 69

This is an accepted solution.

hello @iceymonski 

Go to online store ----> themes ----> actions ----> edit code ---->assets ---->theme.css...>
add the code end of the file

.aos-init.aos-animate img {
    display: table;
    margin: 0 auto;
}

result

Size-Guide-–-Suvski.png

Buy me a Pizza


If this was helpful, hit the like button and accept the solution.
Thanks

Was I helpful?

Buy me a coffee



Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront
Email me [email protected] - Skype: live:sangeetarahuldhiman -Whatsapp: +917009811712
Checkout Some Free Sections Here
Sangeetanahar
Explorer
541 36 69

hello @iceymonski 

If you think my solution is helpful then you can buy me a coffee and also hit the like button 

thanks

Was I helpful?

Buy me a coffee



Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront
Email me [email protected] - Skype: live:sangeetarahuldhiman -Whatsapp: +917009811712
Checkout Some Free Sections Here
iceymonski
Excursionist
21 0 3

Done! thanks