Hey again guys,
How can we get rid of the default padding of a column so the content within fills it entirely. Additionally, how can we remove the margins in between each? I am working to achieve the 3 two-tone call to action boxes found here (under slider)
This will be at – http://codelessme.com/jacqueline
Thanks in advance
Hey!
Try adding this code to the Quick CSS:
#cta .container, #cta p, #cta .flex_column{
margin: 0;
width: 100%;
}
#cta .flex_column{
width: 33.33% !important;
}
#cta .content {
padding: 0;
}
Cheers!
Josue
Added but still no luck –
Sorry Josue,
I placed in the wrong site. Disregard my last.