Logo size - Hi I am trying to find correct size for logo,

Discussion in 'RoadFighter WordPress Theme' started by mydream2, Jul 26, 2013.

  1. mydream2

    mydream2 New Member

    Joined:
    Dec 28, 2011
    Messages:
    2
    Likes Received:
    0
    Hi I am trying to find correct size for logo, the site says 200px width x 50px height which is tiny for logo, am i to make logo 200px width x 50px height or is there a standard size and site will adjust?

    Thanks,
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)

    Code:
    .header_wrapper .logo img {
    max-width: 400px;
    max-height: 175px;
    }
    Now, you can use the image of width 400 px and height 175 px.
    This will solve your issue.
     

Share This Page