Hi!
[Multicolumn section on home page / Dawn theme ]
Could someone please help me to find a way to narrow the gap in the column as noted in yellow highlight in the screengrab. So that the image and the title below it are in line with the main menu.
Is it the image wrapper that needs adjusting?
Thanks in advance!
Another image to help you understand:
@cdgerard
Please follow below steps to adjust the space in multicolumn. Let me know whether it is helpful for you.
- From admin, go to “Online Store” → “Themes” → “Customize”.
- Click “Multicolumn” section.
- Paste the below code in “Custom CSS” field as shown in the below screenshot.
.multicolumn-card__image-wrapper {
margin: 0px !important;
}
.multicolumn-card__info {
padding-left: 0px !important;
padding-right: 0px !important;
}
Now, it will be shown like below image,
Please provide your support by click “Like” and “Accepted” if our solution works for you. Thanks for your support.
2 Likes
Works perfect, thanks a lot!