Cornerstone - missing options for specific border

There are no top, down, left, right options for setting the border of an element.

Hi There,

Thanks for writing in!

I am not sure which element you are talking about exactly, but the option is there for columns and section.

Please let us know which element you are pointing out.

Thanks

I don’t have the Side option for columns or sections, as you can see:

Hi There,

Please turn Off the Link Sides option, so you can configure the sides individually.


Cheers!

Hi Friech,

thank you for the swift answer, really appreciate.

I turned off the Side Link options and, a miracle :), I can now configure the sides (how silly I am :slight_smile:

Btw, I have some more questions, if you allow :slight_smile:

I’ve seen a tutorial video where CSS classes and styles can be added just by populating the fields within the Inspector, as shown on the screenshot:

mtn should stand for margin top none. However, it’s not working for me when I populate the same fields.

Thanks agan!

Hi there,

Adding class will not populate the styling, but it should automatically applied to the element. Would you mind providing a sample URL where the MTN isn’t working? Perhaps you can add PTN too.

Thanks!

Here’s the URL:
https://antetomas.com/bulic-gradnja/

I’ve set MTN and PTN for Classic Row 1 section with no effect, as you can see:

Also, I’m trying to set the title for the whole section, but cannot drag the headline element to the section top.

Also, how can I edit top and bottom grey border lines within Classic Blockquote element?

Thx.

Hello There,

Thanks for sending out the screenshot.

1.) The MTN/PTN is not working because you have added it in the column. Please add it in the row settings instead.

2.) If you need to set a title for the whole section, you will need to insert another row first, set it to have one column and then that is where you insert the headline element.

3.) To edit the border lines of the block quote, please make use of this code:

.x-blockquote {
    border-color: red;
}

Feel free to change the color.

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