Hello,
I’m trying to get the title and the heading for my collections to line up with my image. Does anyone know how? I’ve gotten it as close as I can with the multicolumn feature but am not great with code. Pic attached for reference. Thank you ![]()
Hello,
I’m trying to get the title and the heading for my collections to line up with my image. Does anyone know how? I’ve gotten it as close as I can with the multicolumn feature but am not great with code. Pic attached for reference. Thank you ![]()
Hi @Joioffutt
Would you mind to share your Store URL website? with password if its protected. Thanks!
Hi, my url is https://f9e83e.myshopify.com/
oh , and “deirer” to get in
Thank you for the information.
Try this one.
.multicolumn-card__image-wrapper.multicolumn-card__image-wrapper--full-width.multicolumn-card-spacing {
margin-left: 0px;
}
@media only screen and (min-width: 989px){
.multicolumn-card__info {
margin-top: -25px;
}
}
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
It worked perfectly, Thank you SO much!