Home › Forums › WordPress Themes – Premium › Circumference › Banner size – again › Reply To: Banner size – again
September 14, 2014 at 9:16 pm
#20471
Moderator
No worries….The styling for this is found in the stylesheet around line 607 and looks like:
/* banner showcase area */
#cir-banner {
min-height: 2.5em;
background-color:#7FAAB5;
background-position: center;
}
You can do custom CSS to change the height to your needs, but use a plugin for editing and creating CSS if you’re not using the child theme. Jetpack has Edit CSS built into it, otherwise a plugin you can check out is Simple Custom CSS.