Change Logo size

Discussion in 'Elite Pro WordPress Theme' started by rupanm, Jun 13, 2013.

  1. rupanm

    rupanm New Member

    Joined:
    Mar 17, 2013
    Messages:
    19
    Likes Received:
    1
    Hi there,

    My logo on my site deliahairdesign.com is too big and forces the user to scroll down the page each time. Should I upload a smaller jpg or do I change the dimensions (221 x 84) within the program?

    Thanks,

    Rupanm :)
     
  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 img {
    width: 50%;
    }
    Adjust its value as per your requirements.
     
  3. rupanm

    rupanm New Member

    Joined:
    Mar 17, 2013
    Messages:
    19
    Likes Received:
    1
    Thanks Gourav, that has solved the size, but now it is smaller it sits too far to the left , is there a way to position it back in the middle please? Rupanm :)
     
  4. 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 img {
    margin-left: 180px;
    }
    Adjust its value as per your requirements.
     

Share This Page