Best way to Enlarge Logo

Discussion in 'RoadFighter WordPress Theme' started by bernz, Feb 9, 2014.

  1. bernz

    bernz Guest

    Joined:
    Dec 28, 2011
    Messages:
    49
    Likes Received:
    1
    Hi,

    I am would like to know the best way to enlarge my logo for my site? At present the recommended size for the logo is 200px width x 50px height. But I need to enlarge this. I tried increasing the px settings but when do this I get the same results with no added value towards the logo size itself.

    Thank you.
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Do let us know your website link.


    Thanks & Regards
    Gourav Shrivastava
     
  3. bernz

    bernz Guest

    Joined:
    Dec 28, 2011
    Messages:
    49
    Likes Received:
    1
    Currently I have an under construction sign up so the site will not be seen as we upgrade the landing page. The site is called (firstfiveyearsgala.com) let me know you what you will need.
     
  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_wrapper .logo img {
    max-width: 400px;
    max-height: 200px;
    }

    Thanks & Regards
    Gourav Shrivastava
     

Share This Page