Can I change the size of the logo area?

Discussion in 'RoadFighter WordPress Theme' started by sspore520, May 28, 2014.

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

    sspore520 New Member

    Joined:
    Oct 5, 2012
    Messages:
    27
    Likes Received:
    2
    I am looking to increase the size of the logo area, is that possible?
     
  2. Piyush

    Piyush Support Staff

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

    Go to the header.php file present in your theme directory and follow the instruction shown in the image given below.

    [​IMG]

    Now,
    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .header_wrapper .logo img {
    width: 100%;
    max-width: 100%;
    } 
     
  3. sspore520

    sspore520 New Member

    Joined:
    Oct 5, 2012
    Messages:
    27
    Likes Received:
    2
    Great Thanks!
     
Thread Status:
Not open for further replies.

Share This Page