• Resolved sharonwyatty

    (@sharonwyatty)


    One more question… I would like to have rounded corners on the images of my grid, is this possible?

    Thanks

Viewing 1 replies (of 1 total)
  • Dear @sharonwyatty,

    Thank you for using our product!

    At this moment we don’t have an option for round corner in settings, but you can achieve this result by putting the following CSS code in the “Custom CSS” field under “Custom CSS & JS” section in your grid’s settings.

    .crp-wrapper .crp-tile-inner { border-radius: 5px!important; }

    Please try this and feel free to contact us if there are more questions.

    P.S. you can make the corners more or less round by increasing or decreasing the “5px” in the code.

Viewing 1 replies (of 1 total)
  • The topic ‘Rounded corners in layout’ is closed to new replies.