-
AuthorPosts
-
August 24, 2015 at 1:32 pm #367868
Hi – I’m using Integrity and editing in Cornerstone. The other discussions have not helped me. I am wondering how to create vertical line separators between columns as in this website:
Thanks for your help,
Angela
August 24, 2015 at 4:46 pm #368042Hello Angela,
Thanks for the screenshot. The vertical line separator is a borderline for the content. Please provide us with your URL and complete description where you want to add a vertical line. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.
August 24, 2015 at 9:27 pm #368234This reply has been marked as private.August 25, 2015 at 12:34 am #368393Hi there,
Thanks for updating! you can set
border-right: 2px solid #f54
for the left column for this page. See http://prntscr.com/88kzzgYou can just select the column on your Cornerstone editor and place the inline style – http://prntscr.com/88l0fh
Do the same for every page.
Hope this helps.
Cheers!
August 26, 2015 at 6:41 pm #370532Seriously. Learning so much. Love it.
Thanks!
August 26, 2015 at 10:21 pm #370746You are most welcome 🙂 .
February 24, 2016 at 3:04 pm #810831Hi, I am using the above code border-right: 2px solid #f54 to create a separatio between 3 columns but it does not look really the way I want
1) How is it possible to have the divider line in the middle of two columns rather than to the right of the column or image?
2) How can I adjust the length of the divider line?Thanks
February 24, 2016 at 9:26 pm #811329Hi There,
Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.
Cheers!
February 25, 2016 at 12:23 am #811545This reply has been marked as private.February 25, 2016 at 12:46 am #811565Hello There,
Thanks for providing the login credentials. To have a separator for your columns, please add a custom
column-with-border
class in your column and insert the following custom css in the settings tab, Settings > Custom CSS.column-with-border:after{ content: ""; background-color: red; position: absolute; top: 0; right: -6%; width: 1px; height: 200px; } .column-with-border:last-child:after{ display: none; }
You can see this code live in action in the test page we have created in your site. With this code, you control the thickness and height of the border by changing the width and height in the custom css code we have provided.
Please let us know if this works out for you.
February 25, 2016 at 12:27 pm #812317This reply has been marked as private.February 25, 2016 at 8:09 pm #812822Hello There,
It doesn’t apply because you only added a custom class to the columns and you forgot to insert the custom css in in the settings tab, Settings > Custom CSS
.column-with-border:after{ content: ""; background-color: red; position: absolute; top: 0; right: -6%; width: 1px; height: 200px; } .column-with-border:last-child:after{ display: none; }
We would loved to know if this has work for you. Thank you.
February 27, 2016 at 3:30 am #814527This reply has been marked as private.February 27, 2016 at 9:45 am #814729Hi Bak,
Please delete this line:
===============================================
Let us know how it goes!
-
AuthorPosts