Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #15110
    Vivanco
    Member

    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!

    #19830
    Sushil Adhikari
    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;
    }
    #19831
    Vivanco
    Member

    Thank you for you quick reply, how may I send you the address of my under construction site in a privete basis?

    Best regards

    #19832
    Sushil Adhikari
    Moderator

    There’s an Email Support form you can use.

    #15111
    Vivanco
    Member

    Thank you!

    Just solved editing CSS in the Child Theme as follows:

    #cir-site-header {
    padding: 0.75em 0;
    }

    Hope it would help somebody

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.