• Resolved itsdyl

    (@itsdyl)


    Hi there, Thanks for the great theme.

    In the ‘Our Team’ section, I only need to have 2 team members. But when i have only 2 columns showing (by removing all the details in the 2 unused slots), the 2 remaining sections fill the full width of the page and become too large.

    Is there a way to keep the size the same as it is when there are 4 displayed? Maybe some sort of snippet to just hide the 2 outside columns?

    Just thought i would ask as the Lite version of the theme is almost perfect for this clients needs. I normally would be happy to just get the pro version of a theme straight away it’s just for this client so much of it would be irrelevant.

    Any help would be amazing!

    Thanks
    Dylan.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello Dylan,

    Please add the following code in Appearance > customize > Additional CSS:

    #team-block .col-lg-6.col-sm-6 {
        width: 25%;
        float: none;
        display: inline-block;
    }
    #team-block {
        text-align: center;
    }

    This should fix your issue! Let me know how it goes.

    All the best,
    Mihaela

    Thread Starter itsdyl

    (@itsdyl)

    Hi Mihaela,

    This is great, thank you so very much ??

    Kind Regards,
    Dylan

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘‘Our Team’ image size for 2 column’ is closed to new replies.