Footer widget spacing

Discussion in 'GoldenEagle WordPress Theme' started by computaplanet, Aug 21, 2015.

  1. computaplanet

    computaplanet New Member

    Joined:
    Aug 10, 2012
    Messages:
    9
    Likes Received:
    0
    How can I reduce the gap between the title and the content of the four footer widgets and also change the title sizes

    cheers
     
  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    You can resolve it very easily, you just need to paste below CSS codes in the Custom CSS field (Dashboard->Appearance->Theme Options->Styling Options->Custom CSS).

    Below code is to change the font size and adjust spacing of the title of fourth widget area.

    Code:
    .footer-inner.last-footer h3 {
          padding-bottom: 3px;
        font-size: 27px;
    }
    Below code is to adjust the spacing of content of fourth widget area.

    Code:
    .footer-inner.last-footer .textwidget {
        margin-top: -18px;
    }
    Note: adjust the padding-bottom, margin-top and font-size as per your requirement.

    Hope it will resolve your issues :)

    Thanks & Regards!
    Priyanka
    Inkthemes.com
     
    smith likes this.

Share This Page