- This topic has 4 replies, 28 voices, and was last updated 9 years, 7 months ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.
Home › Forums › WordPress Themes – Premium › Circumference › Padding
Hi,
I have introduced a radio player in the “announcement” area and the theme has added too extra padding for me, it has happend something similar in the “title” area when I inserted an image.
How can the padding be reduced in different areas of the the, for instance “announcement”, “title”, etc?
Thank you in advance and congratulation on your theme!
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;
}
Thank you for you quick reply, how may I send you the address of my under construction site in a privete basis?
Best regards
There’s an Email Support form you can use.
Thank you!
Just solved editing CSS in the Child Theme as follows:
#cir-site-header {
padding: 0.75em 0;
}
Hope it would help somebody
With our premium themes, we offer access to site documentation, video tutorials and timely support. Even if you have just started on WordPress, our support staff have the patience to help you create appealing sites gracefully.
Company
Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.To find out more, including how to control cookies, see here: Privacy Policy
© Copyright © 2023 Styled Themes. All Right Reserved.