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!
Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024