All things Shopify and commerce
Hi There,
My custom HTML looks tiny on mobile and perfect on web, is there anyway I can make it larger on mobile?
Hard to see the difference in the screenshots
Solved! Go to the solution
This is an accepted solution.
Hi,
The following code will do what you want. You can change the values as you like. If you encounter any issues again, feel free to write, I'll help.
1) Navigate to the 'Edit Code' option in your theme settings, then search for 'theme.liquid' in the search bar.
2) Paste the following code below the '<head>' tag. Please refer to the attached screenshot for guidance.
<style>
@media (max-width: 800px){
iframe.visme {
transform: scale(1.5);
}
}
</style>
Terence
Hi @printsbyhjr
Can you please clear it , what portion do you went to make larger on mobile ,
Also please provide your store URL so that we can look on it.
Hi Brain Station
What do you mean clear it?
I want to make the cow diagram which is a custom embedded html url is https://taylorrdmeats.co.nz/collections/beef
This is an accepted solution.
Hi,
The following code will do what you want. You can change the values as you like. If you encounter any issues again, feel free to write, I'll help.
1) Navigate to the 'Edit Code' option in your theme settings, then search for 'theme.liquid' in the search bar.
2) Paste the following code below the '<head>' tag. Please refer to the attached screenshot for guidance.
<style>
@media (max-width: 800px){
iframe.visme {
transform: scale(1.5);
}
}
</style>
Terence
Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025