Increase logo size area

Discussion in 'SaleJunction E-Commerce WordPress Theme' started by sohoinkthemes, Jul 7, 2014.

  1. sohoinkthemes

    sohoinkthemes New Member

    Joined:
    Oct 31, 2013
    Messages:
    29
    Likes Received:
    0
    Hi, please refer to this site: http://www.elegantpurses.ca

    How can I increase the area for the logo. As I can see, the specs in the theme option indicated a size of 200x90 only. Can I increase this to a larger area so I can have a larger logo?
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Go to header.php present in your theme directory and follow the instruction as shown in image given below

    2014-07-08_1143.png



    now,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
     .logo img {
    max-width: 100%;
    }

    Thanks & Regards
    Gourav Shrivastava
     

Share This Page