Shopify themes, liquid, logos, and UX
Can someone help me make the box where google maps is on my website bigger so the map shows more? For some reason I cannot get it to work.
https://ctoccoffee.com/pages/location
Solved! Go to the solution
This is an accepted solution.
Hello @c2ccoffee
Its Artzen Technologies! We will be happy to help you today.
You can try to follow these steps:
Go to Online Store -> Themes -> Actions -> Edit code.
Go Assets folder -> theme.liquid file.
Add the following code in the bottom of the file above </body> tag
<style>
@media screen and (min-width: 750px){
.section-template--19261391929657__7ea650f6-a56e-4b5f-bdc4-189d06c1998c-padding {
height: 500px;
}
}
@media screen and (max-width: 749px){
.section-template--19261391929657__7ea650f6-a56e-4b5f-bdc4-189d06c1998c-padding {
height: 500px;
}
}
</style>
Let me know if need further assistance
Regards,
Artzen Technologies
This is an accepted solution.
Hello @c2ccoffee
Its Artzen Technologies! We will be happy to help you today.
You can try to follow these steps:
Go to Online Store -> Themes -> Actions -> Edit code.
Go Assets folder -> theme.liquid file.
Add the following code in the bottom of the file above </body> tag
<style>
@media screen and (min-width: 750px){
.section-template--19261391929657__7ea650f6-a56e-4b5f-bdc4-189d06c1998c-padding {
height: 500px;
}
}
@media screen and (max-width: 749px){
.section-template--19261391929657__7ea650f6-a56e-4b5f-bdc4-189d06c1998c-padding {
height: 500px;
}
}
</style>
Let me know if need further assistance
Regards,
Artzen Technologies
Thank you so much!
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025