Hi all,
Im using Dawn theme.
My mobile page has suddenly changed to desktop layout and all the text, pictures are super small/not adjusting to the screen. The menu tab doesn’t even work at all as it’s that small. The weird thing is, when I sign in and head to the customise page the mobile layout is how it should be, totally different to the actual layout.
Just to add, the text/wording font style has also changed on both desktop and mobile. The text on desktop is slightly smaller too.
Any help would be great.
https://isupplyhvac.com.au
Simon
Hi @iSupplyHVAC
This is David at SalesHunterThemes.
Just checked your store and found that, in the file theme.liquid missed a close script tag.
Thank you for your question.
You can try follow this path:
Themes => edit code => layout => theme.liquid
then find the tag , after that add this ‘’ tag before
Have a look on this image to know more
Great, thank you.
That has changed the lay out to how it should be but the text is still too small.
Really appreciate your help.
1 Like
Hi @iSupplyHVAC
You can try this one for font.
- 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:
.banner__text.body {
font-size: 16px;
}
.rich-text__text.rte p {
font-size: 16px;
}
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
Hi @iSupplyHVAC
Your theme code has some bugs
I don’t know exactly which file has problem, but it appears on this:
Can you try to put in the theme.liquid and paste it on before the tag.
And Save.
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
Hi @iSupplyHVAC
Still have some bugs in file theme.liquid
Can you share the theme.liquid code, then I can help.
ok where do I go from here? there seems to be lots of different things that wrong. it all stated after installing google tags
Hi David,
Ive private messaged you with the details.
Hi David, thanks so much! its pretty much perfect now.
The only things I’m have trouble with now is:
. The navigation menu is very hard to see (mobile) as its transparent to the screen behind
. The navigation drop down menu for ‘air conditioning products’ (desktop) hard to see because its transparent.
. All the products pages - the variations & colours of each model used to be enclosed within a box so each one used to stand out more.
If you could help me with this that would be great!
I’ve attached some pictures for your review
Thanks again!