All things Shopify and commerce
I have a simple image of a heading on my home page placed using this code.
img {
display: block;
max-width: 40%;
}
It is currently justified to the left. Can someone tell me the correct code to centre it.
Thanks
Hello @Leeloo
can you please provide the screen shot of your heading image.
Thanks so much!! That worked! I was having trouble attaching a screenshot!! 😝
Hey again. That worked but it's become super tiny on the mobile view? Anything I can do to fix it? Thank you!
The url is www.chantalhandley.com and it's the image that says 'Fine Art by Chantal Handley'. Looks great on the desktop view! 😄
Thank you!
Yep!! 👍 Thanks! Bought you a coffee! ☕😍
Hello @Leeloo
Go to online store ----> themes ----> actions ----> edit code---->base.css
add this code at the end of the file.
@media screen and (max-width: 749px) {
#shopify-section-template--17303032529118__custom_liquid_qdtqTq img {
display: block;
max-width: 60%;
margin: 0 auto;
}
}
result
If this was helpful, hit the like button and accept the solution.
Thanks
Not sure it worked?
hello @Leeloo
Can you tell me exactly which image heading you are talking about? Please take a screenshot and tell me.
thanks
Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024