Spirited ProVersie: text blocks

Home Forums All Other Themes Spirited ProVersie: text blocks

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #126433
    Reena HoiReena Hoi
    Participant
    • Topics: 12
    • Replies: 26
    • Total: 38
    Member since: May 17, 2017

    Hi,
    im using the Spirited ProVersie theme but the 5 blocks on the frontpage is not the same size.. http://anoservices.nl/

    #126459
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:

    Add this code there:

    .five_column { min-height:432px;}
    .boxheading { font-size: 18px; letter-spacing: -1px;}

    Regards,
    Chris

    #126592
    Reena HoiReena Hoi
    Participant
    • Topics: 12
    • Replies: 26
    • Total: 38
    Member since: May 17, 2017

    Thanks Chris,

    Is it possible for the read more/lees meer button on the same line?

    #126629
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi,

    Kindly use this one

    .threebox {
        position: relative;
    }
    .threebox .simple-btn-small {
        position: absolute;
        bottom: 30px;
        left: 50%;
        transform: translateX(-50%);
    }

    Regards,
    Chris

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