Change header logo size

Discussion in 'BlogsTrend WordPress Theme' started by atlasprowriter, Jun 8, 2013.

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

    atlasprowriter Member

    Joined:
    Sep 19, 2012
    Messages:
    92
    Likes Received:
    3
    Hi,

    I have been successfully able to change the size and / or quantity of the ads in the header, but I cannot get my logo any larger. I saw that it was set at 100% and created a larger logo...but no dice.

    So...

    1 - How can I get the logo to appear larger.

    2 - Can I move the ad space above the header logo?

    Thanks!
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,
    1). For the first issue,
    go to the header.php file present in your theme directory and edit the code as shown in the image given below.
    [​IMG]

    Now,
    Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)
    Code:
    .header .logo img {
    width: 390px;
    }

    2). For the second issue,
    It is not possible to do that with our theme unless you custom code something up. Sorry.
     
  3. atlasprowriter

    atlasprowriter Member

    Joined:
    Sep 19, 2012
    Messages:
    92
    Likes Received:
    3
    #1 - Thanks! Fixed it great. Appreciate the help.

    #2 - Okay. Thanks again.
     
    Piyush likes this.
Thread Status:
Not open for further replies.

Share This Page