How to edit rectangle element | Community
Skip to main content
January 8, 2014
Question

How to edit rectangle element

  • January 8, 2014
  • 3 replies
  • 1501 views
I would love to be able to edit the rectangle element to make the edges round, maybe add some shadowing effects, etc... is that possible?
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

3 replies

January 8, 2014
January 8, 2014
Hi Kelley,

We had the same problem and rounded edges of our rectangle boxes using CSS (either in the landing page template or using the HTML element on the page itself). 

To round the edges of ALL landing page rectangles, you can use this code to get started:

div.lpContentsItem {
      border-radius: 3px;
}

Hope that helps!
January 8, 2014
Thank you both! This is very helpful!