You guys seriously rock and your theme is absolutely amazing. Can you help me figure out how to align a 3/4 column to the far left or far right of the screen?
I named the color section “transparent-background” and then I added the following quick css:
#transparent-background .flex_column.av_three_fourth {
background-color: rgba(255,255,255,.5);
padding: 100px 100px;
}
Basically I want to eliminate all horizontal padding for this color section only. Can you help? Thanks!