Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1389170

    JohannesVogt
    Participant

    Hi,

    I’d like to show a masonry grid with rounded corners. I assume this won’t be any problem with normal CSS. But I don’t know the class names of the elements. Could you help me?

    #1389675

    Friech
    Moderator

    Hi There,

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    Cheers!

    #1393227

    JohannesVogt
    Participant

    Hi,

    the URL is: http://unplugged-band.com. You can see the grid on the top third of the page.

    #1393791

    Friech
    Moderator

    Hi There,

    You can add this under Custom > CSS in the Customizer.

    .tg-joes-skin-main .tg-item-content-holder[data-position="bottom"] {
    	    border-radius: 0 0 10px 10px;
    }
    img.tg-item-image {
    	    border-radius: 10px 10px 0 0;
    }

    Make sure to clear your caching plugin before previewing the site.

    Thanks.