Site logo

[Support request] Align image with text

Home Forums Support [Support request] Align image with text

Home Forums Support Align image with text

Viewing 3 posts - 16 through 18 (of 18 total)
  • Author
    Posts
  • #2445335
    David
    Staff
    Customer Support

    Now replace this CSS:

    .zen-meditation {
        width: 75%;
        margin: 0 auto;
        background: #fff;
        padding: 25px 25px 10px;
    }

    with:

    
    .zen-meditation {
        width: 75%;
        margin: 0 auto;
        background: #fff;
        padding: 25px;
    }
    #2447139
    Janani

    Dear David

    Thank you very much. This really worked! Hats off to you and your team.

    Kind regards,

    #2447820
    David
    Staff
    Customer Support

    Glad we could be of help

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