How to Adjust logo Via CSS and shrink header area

Discussion in 'SaleJunction E-Commerce WordPress Theme' started by spiorro, Jun 5, 2014.

  1. spiorro

    spiorro New Member

    Joined:
    Dec 10, 2013
    Messages:
    25
    Likes Received:
    0
    How do I Adjust th logo Via CSS and shrink header area. Salejunction
     
  2. spiorro

    spiorro New Member

    Joined:
    Dec 10, 2013
    Messages:
    25
    Likes Received:
    0
  3. 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:
    .logo {
    margin-top: 0px;
    }
    .logo img {
    max-width: 200px;
    margin-bottom: 0;
    }
     

    Thanks & Regards
    Gourav Shrivastava
     

Share This Page