Home › Forums › WordPress Themes – Premium › Circumference › call to action padding
What line can I find the call to action padding? I am hoping to make it a little smaller.
You will find the CSS for the call to action (cta) in the theme’s style.css file around line 630 that looks like this:
/* Call to Action */ #cir-cta { text-align: center; padding: 1.250em 0; }
It has a top and bottom padding of 1.250em and a left and right padding of 0. To find out what 1.250 em is in pixels, go here: http://www.pxtoem.com
Lost Password?