hi, i am looking to have my heading and body text description centered (on mobile view only) pc view is fine and follows a pattern from left to right, but on mobile it is strictly placed on the left. i was wondering how i can make this display in the center of the screen for mobile users. thanks in advanced. https://smartlitterco.com/ is the website url and i provided an image of the heading/body text being on the left.
Hey @SmartLitter ,
There’s one problem I see with this, it may not be a problem with you.
The text will center, but the bullet points won’t
If you want to remove the bullet points, that is possible, if you want to leave it there, that’s fine as well.
Go to your theme’s “Edit Code” Option, then in the search bar type “theme.liquid”
Below the tag “” tag paste the following. Screenshot attached for reference.
Use this to remove bullet points
Use this to leave the bullet points as it is
Screenshot is for reference only, the correct code to paste is the one shown above.
This does work! But I will stick to the original placement. Thank you.
Hi @SmartLitter
Just another idea.
From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
Find the theme that you want to edit and click on “Actions” and then “Edit code”.
In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
@media only screen and (max-width: 759px){
h2.h2.decorative-title, .rte.rte-setting.featured-row__subtext {width: fit-content;margin: auto;}}
And save.
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
Good catch brother,
Completely forgot about this.




