Currently, I am in the process of creating an event list for a music band website using WordPress.
The layout of the list consists of two columns, and my goal is to alternate the placement of each event so that they appear in a left-right-left pattern. However, the challenge arises when I try to add a border between the columns.
I attempted to achieve this by setting the .event
blocks to float:left; width:45%;
, but this method did not create distinct columns where I could add a border.
Even after trying the CSS3 multicolumn layout, I was unable to achieve the desired result.
If you'd like to take a look at my code, here is the link: http://jsfiddle.net/jxe8bgyv/1/