WordPress Themes, Plugins and HTML Templates › Forums › Arcane WordPress Theme › CSS Framework / Snippets › Re: CSS Framework / Snippets
November 8, 2016 at 6:22 am
#1815
admin
Participant
Hi,
You did the awesome job.
You can control/override the headings margin by applying the following css rule in your `.card-title` style,
.card-title {
/* Margin: Top, Right, Bottom, Left */
margin: 0 0 0.6rem 0;
}[/CODE]
By using above rule, you can modify the margins according to your need.
Thanks[CODE].card-title {
/* Margin: Top, Right, Bottom, Left */
margin: 0 0 0.6rem 0;
}[/CODE]
By using above rule, you can modify the margins according to your need.
Thanks