Does Anybody Know why my paragraphs are collapsing after I convert the div to a link block?!
here are some screenshots of the problem
51%20AM|690x414
Link block - change the display to inline-block
(regular Div by default is block
).
Solution: Change the style to display:block
…
Not solve your problem? Please add live-url/read-only
it’s inside a grid so inline-block is not an option