Title: Logo layout
Last modified: August 21, 2016

---

# Logo layout

 *  Resolved [alinaciobanu](https://wordpress.org/support/users/alinaciobanu/)
 * (@alinaciobanu)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/logo-layout/)
 * I want to modify the css for displaying the logo. I want the logo to be displayed
   full width when I select the “allign-left” mode, so that it doesn’t shrink or
   dip[lay on two lines (when using text). Is there any code I could add to the 
   advanced settings/ custom css box?
    Or any code I could change in what file? 
   I can edit css code, so either solution would help Thanks

Viewing 5 replies - 1 through 5 (of 5 total)

 *  Anonymous User
 * (@anonymized-11863519)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/logo-layout/#post-4712075)
 * could you post a link to your website?
 * if your logo is an hard image with the class align-left
 * you could do something like
 *     ```
       img.align-left{
       width:100%;
       height:auto;
       }
       ```
   
 * or when u have a class with an image as a background
 *     ```
       .image.align-left{
       background-size:100% 100%;
       width:200px;
       height:100px;
       }
       ```
   
 * it’s easier to help, if we could see the page 🙂
 * cheers
 *  [Ben Ritner – Kadence WP](https://wordpress.org/support/users/britner/)
 * (@britner)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/logo-layout/#post-4712160)
 * Do you want the menu to stay on the right? Or drop below the logo?
 * Kadence Themes
 *  Thread Starter [alinaciobanu](https://wordpress.org/support/users/alinaciobanu/)
 * (@alinaciobanu)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/logo-layout/#post-4712162)
 * I am not using the primary menu, but the secondary, so the logo is on top, not
   interfering with it.
    I don’t really have a link, I’m working on wamp for the
   moment
 *  [Ben Ritner – Kadence WP](https://wordpress.org/support/users/britner/)
 * (@britner)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/logo-layout/#post-4712163)
 * so in the theme options, main setting make your logo layout the centered option
   then add this css:
 *     ```
       .col-md-12>#logo {
       text-align: left;
       }
       ```
   
 * Kadence Themes
 *  Thread Starter [alinaciobanu](https://wordpress.org/support/users/alinaciobanu/)
 * (@alinaciobanu)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/logo-layout/#post-4712168)
 * Does the job 🙂 thanks for helping!

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Logo layout’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/virtue/3.4.15/screenshot.png)
 * Virtue
 * [Support Threads](https://wordpress.org/support/theme/virtue/)
 * [Active Topics](https://wordpress.org/support/theme/virtue/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/virtue/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/virtue/reviews/)

## Tags

 * [diplay](https://wordpress.org/support/topic-tag/diplay/)
 * [layout](https://wordpress.org/support/topic-tag/layout/)
 * [logo](https://wordpress.org/support/topic-tag/logo/)
 * [width](https://wordpress.org/support/topic-tag/width/)

 * 5 replies
 * 3 participants
 * Last reply from: [alinaciobanu](https://wordpress.org/support/users/alinaciobanu/)
 * Last activity: [12 years, 1 month ago](https://wordpress.org/support/topic/logo-layout/#post-4712168)
 * Status: resolved