Hi,
how do I center a paragraph with a column?
Here is what I have done now: https://monosnap.com/file/1lBiyJnTBYAiInPziTwkUtvnEkWcR1
I created a box-cat class to the paragraph with this CSS:
.box-cat{
width: 80% !important;
border-radius: 20px;
padding: 35px 20px 35px 20px;
background-color: #d1eaed;
margin-top: -60px;
}
I would like the result to look like the one in this picture: https://monosnap.com/file/8VS66NdolC9D1ddekKsiXEu3nqpogG
Thank you.
Hi,
I found how to solve the problem.
I added in the CSS code:
margin: -60px auto;
Thank you for your support,
Manuela