Hi.
I am trying to use some basic HTML in the metafields to format the text in a multicolumn section but the HMTL doesn’t work.
The same HTML works well when in a metafield displayed in a collapsible section.
Anyone know why?
Hi.
I am trying to use some basic HTML in the metafields to format the text in a multicolumn section but the HMTL doesn’t work.
The same HTML works well when in a metafield displayed in a collapsible section.
Anyone know why?
Not sure, but you try to add the key word “!important” after your css styling rule, for example
.banner--larga {
min-height: 100vh !important;
}
My need is to have paragraphs or even s simple new line. Any idea how to do it?