Hi there,
I am getting an error message saying ‘Attempting to close HtmlElement ‘body’ before HtmlElement ‘style’ was closed’. This appears on theme.liquid and might be caused by the 2 identical bits of code that I have from line 383 to 400. (see below)
The bit of code is:
@media screen and (min-width: 750px){ .background-none .multicolumn-list .multicolumn-card__info{ padding-left: unset !important; } }I added this code to align the text in the multicolumn section with the images above (see below)
If I remove the code from line number from 383-291 or from 392-400 I have again the problem I had before: the text is not aligned with the images. If I keep both codes the text is aligned but I keep receiving the warning/error message.
Any idea of how to sort this? Or is that message something I can ignore?
Many thanks

