Shopify themes, liquid, logos, and UX
Hi,
Trying to change the position of the text within 'image with text' section.
I want to position more over to the left. as you can see from the image the text is centrally positioned - i want to move it to the left of the screen.
Happy to insert code.
Thanks
Solved! Go to the solution
This is an accepted solution.
Hey @Jferguson1,
Go to your theme's "Edit Code" Option, then in the search bar type "theme.liquid"
Below the tag "<head>" tag paste the following. Screenshot attached for reference.
<style>
@media only screen and (max-width: 749px) {
div#ImageWithText--template--21069259473236__image-with-text {
padding-left: 15px;
}
}
</style>
Screenshot is for reference only, the correct code to paste is the one shown above.
This is an accepted solution.
thank you very much
Hey @Jferguson1,
Can I have the link to your store?
It's password protected haha, can you share the password or remove it.
password is help lol
the password is 'help'
help is the password
This is an accepted solution.
Hey @Jferguson1,
Go to your theme's "Edit Code" Option, then in the search bar type "theme.liquid"
Below the tag "<head>" tag paste the following. Screenshot attached for reference.
<style>
@media only screen and (max-width: 749px) {
div#ImageWithText--template--21069259473236__image-with-text {
padding-left: 15px;
}
}
</style>
Screenshot is for reference only, the correct code to paste is the one shown above.
This is an accepted solution.
thank you very much
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025