-
Posts
11 -
Joined
-
Last visited
Community Answers
-
GMH's post in Two Column - image on left + Text with solid color backgroun on right or left - Full bleed was marked as the answer
I figured out how to have an image block (card design) be full-width with a custom background color for the text side.
// Full Width Image Card // #URL-SLUG .Index-page-content { padding-left: 0px; padding-right: 0px; padding-top: 10px; padding-bottom: 10px; max-width: 100%; } .image-card-wrapper { background: transparent !important; }