• Resolved gijinnn

    (@gijinnn)


    How can I make a team layout as you have on your demos. I want to make them around and show as circles for each member’s tile. I’ve checked each option, but could not find it. Any help is appreciated.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Try to use this custom css style in your layout settings section:

    
    #crp-content-ID .crp-wrapper-team .crp-tile-pic {
    border-radius: 220px;
    }
    

    Note: Please replace the ID keyword with your short-code identifier. E.g. if the short-code is [gkit id=123], then the css selector should look like this: #crp-content-123

    Thread Starter gijinnn

    (@gijinnn)

    It’s worked, appreciate it!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Circled tiles’ is closed to new replies.