Adding extra border to "Content" area in cornerstone

Hi,

On my /form page I have a content area for a custom form. I have a background color set on the whole “row”.

Although I would really like to add another 5-10 pixels to the left and right of the form so it doesn’t look so scrunched together.

Any help is appreciated. Thank you!

Hi @AK49_Logan_907,

Thank you for writing in, you can add this to your Content Area Element CSS area.

$el {
  background-color: rgb(244,244,244);
  padding-left: 10px;
  padding-right:10px;
}

Feel free to adjust those values, if that did not work please provide us the direct page URL where we can see the form.

Cheers!

You guys continue to kill it. The CSS worked perfectly, thank you! :smile:

You’re welcome!
We’re glad @Friech were able to help you out.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.