Vertical line between grids
-
Hi all.
I would like to have a vertical on one page to seperate two grids. See here: http://www.operafestival.dk/en/forside - I want to create a vertical between "news" and "shows".
I used this solution: http://laythemeforum.com/topic/3555/vertical-lines/4?_=1592562396064
But when I use this code, it applies to every element on the entire webpage.Is there another way I can add vertical lines?
Best, Sarah
-
Dear @Sarahstaal
You can give a class or an id to the thumbnail collection news or show, depending on how long you want the line to be. If you do that, only the element you call would have the line.
Then the code would look like this :
.news .thumbs-collection-region {
border-right: 1px solid black;
padding-right: 20px;
}
Let me know if you need more help with that.
Best,
Audrey