Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1345135

    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.

    • This topic was modified 2 years, 8 months ago by famarinu.
    #1345137

    Hi,
    I found how to solve the problem.
    I added in the CSS code:
    margin: -60px auto;
    Thank you for your support,
    Manuela

    #1345149

    Hi,

    Great, I’m glad that you found a solution, and thanks for the update. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.