BeTheme - Removing column margins
Trying to remove space between columns.
I had originally solved this with the following code:
.NoMarginColumns .column {
width: 100%;
}
width: 100%;
}
but after updating to utilizing a child theme, it stopped working.
spacehouse.studiotdesign.com/video
Please advise
Comments