Shopify themes, liquid, logos, and UX
I have several formatting errors on the mobile version of my website. Please see the photos. In the hero section, the text is not fully visible.
then when you scroll further down, CerebrumForge is not centered properly
website: https://mmz7sv-mw.myshopify.com/
password: seupri
Solved! Go to the solution
This is an accepted solution.
Hi @alexlomt1,
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.
@media (max-width: 768px){
#shopify-section-1489283389016 h1 {
font-weight: bold;
font-size: 20px !important;
}
}
<style>
@media screen and (max-width: 767px) {
h1.headline {
font-size: 20px !important;
}
}
</style>
Go to online store ----> themes ----> go to three Dots ----> edit code ---->find theme.liquid files ----> place the code ---->
under the <style> tag before the body ----->
if this code work please do not forget to like and mark it solution
This is an accepted solution.
Hi @alexlomt1,
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.
@media (max-width: 768px){
#shopify-section-1489283389016 h1 {
font-weight: bold;
font-size: 20px !important;
}
}
Hello. Thank you, this works but how can I fix the second issue - the centering of the "CerebrumForge" text?
Hey @alexlomt1
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag
<style>
@media screen and (max-width: 767px) {
.image-element__wrap img {
height: 700px !important;
}
}
</style>
RESULT:
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Thanks. What about the second photo? How can I fix the centering issue?
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.
But then it also does double line on the shop now button which it shouldn't do
Also it messes up and streches other parts it shouldn’t
<style>
@media screen and (max-width: 767px) {
a.action_button.first_button.highlight-true {
width: 45%;
}
img.transition--blur-up.lazyautosizes.lazyloaded {
height: 100% !important;
}
.caption .headline {
font-size: 30.333333px !important;
}
}
</style>
Go to online store ----> themes ----> go to three Dots ----> edit code ---->find theme.liquid files ----> place the code ---->
under the <style> tag before the body ----->
if this code work please do not forget to like and mark it solution
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025