Title: rb3498's Replies | WordPress.org

---

# rb3498

  [  ](https://wordpress.org/support/users/rb3498/)

 *   [Profile](https://wordpress.org/support/users/rb3498/)
 *   [Topics Started](https://wordpress.org/support/users/rb3498/topics/)
 *   [Replies Created](https://wordpress.org/support/users/rb3498/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/rb3498/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/rb3498/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/rb3498/engagements/)
 *   [Favorites](https://wordpress.org/support/users/rb3498/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Edin] Adding a logo move menu](https://wordpress.org/support/topic/adding-a-logo-move-menu/)
 *  Thread Starter [rb3498](https://wordpress.org/support/users/rb3498/)
 * (@rb3498)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/adding-a-logo-move-menu/#post-7596490)
 * [@siobhyb](https://wordpress.org/support/users/siobhyb/) Thank you Siobhan! I
   managed to move the logo and menu with the CSS you posted above. However, it 
   left a bit of space between the logo and menu (even when I decreased the margins).
 * I did come across [this](https://wordpress.org/support/topic/classic-menu-move-to-site-logo-row)
   topic, and tried the CSS Kathryn posted there and that did the trick.
 * As I said, I don’t know a lot about CSS: I just tried a few things. This is what
   I did for my website now:
 *     ```
       @media screen and (min-width: 1230px) {
   
       .primary-navigation {
            display: inline;
            float: right;
       }
   
       .navigation-classic .menu-primary, .navigation-classic .menu-secondary {
            width: 670px;
       }
   
       .header-wrapper {
            display: inline;
            width: 375px;
       }
   
       .site-logo-link {
           float: left;
           margin-bottom: -25px;
       }
       ```
   
 * Thank you, everyone for being so kind and helpful 🙂
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Edin] Adding a logo move menu](https://wordpress.org/support/topic/adding-a-logo-move-menu/)
 *  Thread Starter [rb3498](https://wordpress.org/support/users/rb3498/)
 * (@rb3498)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/adding-a-logo-move-menu/#post-7596475)
 * [@kathryn](https://wordpress.org/support/users/kathryn/) Thank you. I hadn’t 
   activated Jetpack jet. Now I have and added a logo succesfully.
 * Is it possible to have the logo on the left and the classic menu on the right?
   I have the standard menu now, but I rather have the classic menu next to it.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Edin] Adding a logo move menu](https://wordpress.org/support/topic/adding-a-logo-move-menu/)
 *  Thread Starter [rb3498](https://wordpress.org/support/users/rb3498/)
 * (@rb3498)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/adding-a-logo-move-menu/#post-7596461)
 * [@siobhyb](https://wordpress.org/support/users/siobhyb/): Thank you so much. 
   That totally does the trick!
 * I would also like to add a custom logo (image) to the website. So that it will
   appear above the header, and next to the menu. I’ve seen this on a few other 
   Edin-themed websites, but haven’t been able to do it myself. Can you help me 
   with that?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Edin] Adding a logo move menu](https://wordpress.org/support/topic/adding-a-logo-move-menu/)
 *  Thread Starter [rb3498](https://wordpress.org/support/users/rb3498/)
 * (@rb3498)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/adding-a-logo-move-menu/#post-7596303)
 * Thank you, webkong.
 * What I’m trying to do is to remove the header image that appears on every page,
   and replace it with a featured image. I’ve found the CSS code that removes the
   header from a certain page. But when I set the featured image, it appears as 
   a thin bar instead of the full size image.
 * So is there also a possibility to change the size of the featured image?

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