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
Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024The Hydrogen Visual Editor is now available to merchants in Shopify Editions | Summer '...
By JasonH Sep 2, 2024Note: Customizing your CSS requires some familiarity with CSS and HTML. Before you cust...
By JasonH Aug 12, 2024