Enlage the Custom Logo

Discussion in 'RoadFighter WordPress Theme' started by heydemar, Nov 11, 2013.

Thread Status:
Not open for further replies.
  1. heydemar

    heydemar New Member

    Joined:
    Nov 4, 2013
    Messages:
    2
    Likes Received:
    0
    Hello,

    I would like to enlarge the custom logo where I need to make the change?

    Thank you!!!
     
  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: 430px;
    max-height: 85px;
    }
    You can change the value of "max-width" and "max-height" as per your requirement.
     
  3. heydemar

    heydemar New Member

    Joined:
    Nov 4, 2013
    Messages:
    2
    Likes Received:
    0
    Thanks a lot :)
     
Thread Status:
Not open for further replies.

Share This Page