One small row in Cornerstone

Hi guys,

I want to build some pages on my website (http://www.tivdev.com/eva-loesberg-schrijver/) with one, relatively small row of - let’s say - max 500px. How can I do that?

Best regards,
Ton

Hello Ton,

Please edit the row settings and add this code in the Element CSS:

$el {
  max-width: 500px !important;
}

Hope this helps.

Wow! So easy.
Many, many thanks
Ton

You’re most welcome Ton! :slight_smile:

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