Services Box – 3 Columns

Home Forums Fitness Pro Forum Services Box – 3 Columns

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #78378
    AlvaroAlvaro
    Participant
    • Topics: 2
    • Replies: 1
    • Total: 3
    Member since: March 26, 2016

    I need the services box to be displayed in three columns, not in 5 columns.

    ScreenShots

    3 columns (that’s right)

    3 coluns

    5 columns – (I do not want)
    Service Boxes 5 coluns

    my site is: Academia Platinum Fitness

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

    Hi,

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

    Add this code there:

    #services-box {
        border: 2px solid #fff;
        border-radius: 2px;
        display: inline-block;
        height: auto;
        margin: 0 46px 1px 0;
        padding: 3% 3% 1%;
        position: relative;
        transition: all 0.3s ease 0s;
        width: 23%;
    }

    Regards,
    Brad

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