Pavel,
Thanks for this, If I could ask another question! I need to have a double border between my rows. However I cannot seem to specify the CSS for the left column so am using the ID which is unique and I cannot then use across multiple pages:
https://sherpa-jfive.under-development.info/
You can see the custom double border between the columns below the video. My CSS is:
.sprdoublecontainer #column-wrap-id-e4680ae8-b277-4c44-93be-4047a1b77096 {border-right: solid 1px #386d7c;}
.sprdoublecontainer #column-wrap-id-e4680ae8-b277-4c44-93be-4047a1b77096:after {content: '';position: absolute;background-color: #386d7c;width: 1px;height: 100%;bottom: 0;right: 10px;}
How can I make this so it is 'universal' and can use in other locations?