Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #1221867
Create a gap between Team Persons in a grid
Closed

Comments

  • Konrad started the conversation

    Hi, I created a gallery here to display my team, but I'd like to have a small 5-10px gap between the items in the grid. How can I do it?

    I noticed in Inspect Mode I can change padding-left and padding-right for class .col-md-4 .col-sm-6 .col-xs-12 .inline-column, but I can't seem to add it correctly into Custom CSS

    Thanks

  •  4,772
    Michael replied

    Hi,

    Please share admin access. We will try to inspect problem on your site.

  •   Konrad replied privately
  •  4,772
    Michael replied

    Your login/password is not correct. 

  •   Konrad replied privately
  •  4,772
    Michael replied

    Your 

    user: kondek

    password: Y^GxJaR5(7%kbZ!iDATaCo#g

    is not correct.


  •   Konrad replied privately
  •  4,772
    Michael replied

    To split a string into columns, you need to use the line settings

    Learn how to work with Visual Composer.

    http://codex-themes.com/thegem/documentation/#visual-composer

  • Konrad replied

    I know how to create columns, but if I split it into several columns, each column would have to display a different gallery of my Team:

    • First column with a gallery with the 1st teammate
    • Second column with a gallery with the 2nd teammate
    • and so on...

    I don't want to have each teammate in a different gallery.


    Am I thinking this through correctly or not?

  •  4,772
    Michael replied

    HI!

    pls. use following css:

    .gem-team-style-5 .team-person {
         margin-right: 10px !important;
    }
  • Konrad replied

    Thanks

  •  4,772
    Michael replied

    Have a nice day.