Stop resizing of the logo

Discussion in 'Andrina WordPress Theme' started by tekkentim, Apr 17, 2013.

  1. tekkentim

    tekkentim Guest

    Joined:
    Mar 31, 2012
    Messages:
    29
    Likes Received:
    0
    Hi Guys,

    Is there any way to stop the them from resizing the logo ? My logo is 350x76, but it keeps getting resized to a smaller size..

    thanks in advance
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    Currently logo width is 240px that's why theme is resizing your logo image.

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

    Code:
    .header .logo img {
    width: 320px;}
    It will allow you to add logo image of maximum width 320px.
     

Share This Page