A user reports two mobile formatting issues on their Shopify store: hero section text being cut off and the “CerebrumForge” text not centering properly.
Initial Solutions Provided:
Multiple contributors offered CSS fixes to be added via theme.liquid or CSS files
First issue (text visibility) was addressed by reducing font size on mobile using media queries
One contributor noted the centering issue would auto-resolve once text size was reduced
Complications:
The original poster reports that proposed solutions create new problems:
“Shop Now” button text wrapping to two lines
Other page sections becoming stretched or distorted
A follow-up CSS solution was provided specifically targeting the centering issue
Current Status:
Discussion remains ongoing with the user still experiencing formatting problems after applying suggested fixes
Screenshots demonstrate the issues persist, suggesting the solutions may need refinement or a different approach
Summarized with AI on October 30.
AI used: claude-sonnet-4-5-20250929.
Go to online store ----> themes ----> go to three Dots ----> edit code ---->find theme.liquid files ----> place the code ---->
under the tag before the body ----->
if this code work please do not forget to like and mark it solution
Go to Online Store, then Theme, and select Edit Code.
Search for base.css/theme.css/style.css/main.css/custom.css file Add the provided code at the end of the file.
It will auto-center itself if you apply MustafA16`s solution. The text and the word is just too big for that screen, this is why it overflows to the right.
Go to online store ----> themes ----> go to three Dots ----> edit code ---->find theme.liquid files ----> place the code ---->
under the tag before the body ----->
if this code work please do not forget to like and mark it solution