Hi! I’m having trouble finding solution to two layout issues I’m having with the Dawn theme on this site:
https://grand-circuit-products.myshopify.com
-
Size of the images in the multicolumn. I’d like them larger but can’t find the code to do so.
-
Increase padding in the columns in the footer, especially between columns one and two.
Any help is great appreciated.
Please add below css in bottom of assets/base.css file
@media screen and (min-width: 750px)
.footer .grid {
column-gap: 25px;
}
Size of the images in the multicolumn (Please provide screen shot you want image larger)
Thank you.
Thanks for the reply.
I’ve added the code to base.css but the padding in the footer didn’t change.
Here is a screen shot of the section with the images I’d like to be able to resize larger.
Please try this:
Please add below css in bottom of assets/base.css file
@media screen and (min-width: 750px)
.footer .grid {
column-gap: 25px !important;
}
.multicolumn-card .multicolumn-card__image-wrapper {
width: 100%;
}
Thank you.
Thanks Denishamakwana, appreciate your help.
Unfortunately neither the image sizes nor the gap in the footer increased. Not sure what the right answer is but I thank you for your assistance.