How can I customize my banner and multi-column text layout?

Hi there,

I would like to:

  1. Reduce vertical space between heading and “View now” links on the bottom three multi-column cards (see attached image)

  2. Reduce padding of these text block on the same bottom multi-column cards

  3. Add a heading to the entire section above the top of the image with text that reads “Featured brand”

https://modistore.co.uk/

@Andalbutka23

You can add the following code at the bottom of your css file.

.multicolumn-card__info .link {   
    margin-top: 0rem !important;
}
.multicolumn-card__info {
    padding: 1.8rem !important;
}

As for the 3rd point you can add heading from your customizer. In coding we can’t add heading.

Hope this works.

1 Like

Excellent - worked like a dream :slightly_smiling_face: Thank you :slightly_smiling_face:

1 Like