Home › Forums › WordPress Themes – Premium › Circumference › Padding › Reply To: Padding
May 5, 2014 at 3:00 am
#19830
Moderator
This is where you need to do some custom CSS changes to the theme, either with a plugin that lets you edit or create custom CSS or using a child theme for modifications. I’m not sure what you mean by the title area, can you be more specific, or provide a link? For the announcement area, the padding for this is actually 0, but that area shares the social icon container which overlaps it. The announcement area does have a minimum height of 44px which is found around line 497
#cir-ann-social-wrapper {
min-height: 44px; /* this needs to be a fixed height for the layered social icons */
position:relative;
border-bottom: 14px solid #f3f3f3;
background-color: #25b7c3;
color: #fff;
}