Change header logo placement

Discussion in 'BlogSpring WordPress Theme.' started by atlasprowriter, Jun 2, 2014.

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

    atlasprowriter Member

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

    I have a "masthead style" news logo and I would like to place it underneath the menu links and above the content. Similar to how you had the old PadWriting layout. Also, I would like to have the menus links start at the far left and remove that small logo area in the colored stripe completely. Basically, this... Thanks!!!
    InkThemes - BlogSpring - example.jpg
     
  2. Gourav

    Gourav Support Staff

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

    Please download "header.php" file attached and replace it with your current "header.php" file.


    Now,
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
     .logo {
    text-align: center;
    padding: 5px;
    }
    Thanks & Regards
    Gourav Shrivastava
     

    Attached Files:

  3. atlasprowriter

    atlasprowriter Member

    Joined:
    Sep 19, 2012
    Messages:
    92
    Likes Received:
    3
    Thanks! The only issue I'm running into now is that the centered logo image is still getting compressed to a size much smaller than I need. I was able to upload a logo the correct size by putting it directly in the header.php but I don't like that solution because it is not responsive. So, how can I increase the size of the logo in the theme OR make the image I put in the php responsive? Either solution is okay by me. Thanks!
     
  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:
    .logo img {
    max-width: 100%;
    max-height: 100%;
    } 

    Thanks & Regards
    Gourav Shrivastava
     
  5. atlasprowriter

    atlasprowriter Member

    Joined:
    Sep 19, 2012
    Messages:
    92
    Likes Received:
    3
    That worked perfectly. Thanks Gourav!
     
Thread Status:
Not open for further replies.

Share This Page