About the margin between top and bottom of the logo

Discussion in 'Blackriders WordPress Theme' started by destinationauto, Oct 3, 2014.

  1. destinationauto

    destinationauto New Member

    Joined:
    Sep 19, 2014
    Messages:
    23
    Likes Received:
    0
    Is it possible to decrease the margin for the top and bottom of the Speedy Car Loans logo?

    http://speedycarloans.ca/

    Thanks in advance,

    Albert
     
  2. Neeraj

    Neeraj Administrator

    Joined:
    Jan 3, 2012
    Messages:
    186
    Likes Received:
    7
    Add code below in the custom CSS option in the themes options panel.


    Code:
    .logo {
    margin-bottom: -5px;
    margin-top: -5px;
    }
     

Share This Page