Making the Logo Larger

Discussion in 'Figero WordPress Theme' started by jim2564, Jul 16, 2013.

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

    jim2564 New Member

    Joined:
    Jan 7, 2012
    Messages:
    6
    Likes Received:
    0
    Is there any way I can make the logo area larger than the suggested 170px Wide by 30px height.
    My logo doesn't look good that small.

    Thank you,
    Jim
     
  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 edit that file as shown in the image given below.

    [​IMG]

    Now,
    Paste the code given below in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .header-container .header .logo img {
    width: 240px;
    height: 143px;
    }
    You can adjust the value of width and height as per your requirement.
     
  3. tiewkb

    tiewkb New Member

    Joined:
    Dec 28, 2011
    Messages:
    1
    Likes Received:
    0
    Hi Piyush,

    How to change the logo size for RoadFighter Theme. The current default size is 200x50 which is too small. WHat should I set for the size of alpha and omega for Roadfighter theme? I followed the steps above but it's not working for me. Can you help.
     
  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,
    You can use the logo image of dimension 240 x 143 pixels after doing the previous replied steps and upload it from the custom logo section ( Appearance > Theme Options > General Settings ).
    Use photoshop or any other photoeditor tool to increase the image size. This will solve your issue.
    We are given the instruction to change the code in the previous reply because without that it is not possible to increase the logo image area.
     
  5. jim2564

    jim2564 New Member

    Joined:
    Jan 7, 2012
    Messages:
    6
    Likes Received:
    0
    Okay, thank you for your help! :)
     
Thread Status:
Not open for further replies.

Share This Page