Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1352279

    Hello,
    I would like to center the text and the button flexibly vertically and horizontally in the color section.
    Unfortunately, the previous forum posts did not help me.
    Could you please help me with this?
    https://www.comemso.com/wp-content/uploads/2022/05/CenterColorsection.jpg

    BR
    Michael

    #1352292

    Hi Michael,

    Please remove the h1 tag (with just a space inside it) to adjust the extra space at the bottom (screenshot link in private content).
    Then add this CSS code in Enfold > General Styling > Quick CSS:

    #getaquotebanner .entry-content-wrapper {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    
    #getaquotebanner .entry-content-wrapper h2 {
        margin-bottom: 0;
    }

    Best regards,
    Nikko

    #1352304

    Perfect – thanks a lot! :)

    Best regards
    Michael

    #1352310

    Hi Michael,

    We’re glad to hear that :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Center text in a color section’ is closed to new replies.