On this page – http://staging.wsmsnyc.org.s167849.gridserver.com/community/
– towards the bottom I have a section called BOARD OF TRUSTEES and a green background box. I would like to place two text sections next to each other instead of below each other. how do i create Two 1/4 text columns next to each other inside of a 1/2 column?
Page – http://staging.wsmsnyc.org.s167849.gridserver.com/community/
Screenshot – https://postimg.org/image/z7g6884mp/
Thanks
Hey!
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.board-green p {
-webkit-column-count: 2;
-moz-column-count: 2;
column-count: 2;
-webkit-column-gap: 40px;
-moz-column-gap: 40px;
column-gap: 40px;
}
Best regards,
Yigit