Spacing adjustment

Discussion in 'Woodpecker WordPress Business Theme' started by designstouch, Mar 24, 2016.

Thread Status:
Not open for further replies.
  1. designstouch

    designstouch Member

    Joined:
    Feb 23, 2013
    Messages:
    133
    Likes Received:
    2
    Hi Support Team,

    I have removed bottom 3 feature area and video boxes in bottom area of the website. Now, there is extra space underneath the slider and above footer.

    1. How to move Featured Punchline Heading and Featured Tagline Description sections up?
    2. How to move footer area up? In order to remove extra white space underneath.

    I have uploaded file for the reference.

    Thank you!
     

    Attached Files:

  2. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    Hello!

    You need to paste below CSS code in Custom CSS field located in Dashboard->Appearance->Theme Options->Styling Options

    HTML:
    .feature-page-wt-thumb {
        margin-bottom: 0;
    }
    .featured-tagline-wrapper {   
        margin-bottom: -20px;
    }
    This will resolve your issue,

    Do let me know if you need further assistance,

    I will be glad to assist you,

    Warm Regards!
    Naveen Kolhe
    InkThemes.com
     
  3. designstouch

    designstouch Member

    Joined:
    Feb 23, 2013
    Messages:
    133
    Likes Received:
    2
    Hi Naveen,

    First of all thank you for the excellent support.

    The CSS code you provided did work. Just one more request. I would like to reduce little more white space between slider and content below slider. (underneath the green line)

    Thank you!
     
  4. nitin

    nitin Guest

    Hi,

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .feature-tagline-container {
        MARGIN-TOP: 1%;
    }
    .feature-page-wt-thumb-container {
        DISPLAY: NONE;
    }
    Hope this helps...!

    Thanks & Regards!
    Nitin
    InkThemes.com
     
  5. designstouch

    designstouch Member

    Joined:
    Feb 23, 2013
    Messages:
    133
    Likes Received:
    2
    Thank you! Nitin,
     
Thread Status:
Not open for further replies.

Share This Page