Home › Forums › WordPress Themes – Premium › Flat Responsive › Padding in CTA and Top Inset
Tagged: margins
Want to adjust padding to zero or whatever I need Please supply code or location in order to add to child theme Thank You
Hello VQP,
Could you provide us your website URL so that the problem would be more precise? However if you want to adjust the padding of your banner image you can add the following css inside your child theme’s style.css file.
#fr-banner { padding: 0px; }
Regards, Sushil
Sushil Sorry that was the widget area , top inset and CTA
.fr_widgets_insettop { background-color: #5cb8e7; padding: 10px 0px 0px 0px; !important
or
.fr_widgets_insettop { padding: 0px; !important
This was the only way I could get it to work and its still showing some padding The black is the padding
Site is not available – not published
Please use these codes;
.fr_widgets_insettop { padding: 0px; }
and
#media_image-5.widget.widget_media_image{ padding: 0px; }
Hopefully it works, Thanks!