decrease padding under logo

Discussion in 'SwiftRay WordPress Theme' started by owsguild, May 23, 2013.

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

    owsguild New Member

    Joined:
    Apr 18, 2013
    Messages:
    4
    Likes Received:
    0
    What is the easiest way to decrease the amount of space from the bottom of the logo to the double line under the header area?

    I do not want to make the logo smaller as you can't read it any smaller.

    http://owsguild1.com/

    Thanks
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .header .logo {
    padding-bottom: 0;
    }
     
  3. owsguild

    owsguild New Member

    Joined:
    Apr 18, 2013
    Messages:
    4
    Likes Received:
    0
    Thanks!
     
Thread Status:
Not open for further replies.

Share This Page