How to solve text alignment issue?
Topic summary
A user is experiencing a text alignment issue with subheading descriptions in the Electro Gadget Shopify theme, where text appears to break across multiple lines instead of displaying continuously.
Proposed Solution:
- Navigate to Online Store → Edit Code → theme.liquid file
- Insert custom CSS code above the
</body>tag - The CSS targets subheading elements to control text flow and alignment
Status: A solution has been provided with step-by-step instructions including code markup. The helper requested the original poster mark the response as solved if successful. Screenshots were shared showing the before state and expected result, though the specific CSS code content is partially obscured in the conversation.
Hey @tanzeelfatima
Follow these Steps:
-
Go to Online Store
-
Edit Code
-
Find theme.liquid file
-
Add the following code in the bottom of the file above tag
RESULT:
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed

