Tagged: x Author Posts February 27, 2017 at 5:05 am #1387057 streetberlinParticipant Hi Guys, I’m on the renew stack https://webseiten-express.com/ I need to have a full width logo without having to to set the site width to a 100% overall. site layout and content layout are set to full width thanks a lot February 27, 2017 at 5:18 am #1387076 ChristopherModerator Hi there, Please remove max-width property from following code: div#top { margin: 0 auto; max-width: 1300px; background-color: #fff; } Add following blocks of code : .x-logobar .x-container.max.width { width: 100%; max-width: 100%; } a.x-brand.img img, a.x-brand.img { width: 100%; } Hope it helps. February 27, 2017 at 6:29 am #1387164 streetberlinParticipant thanks. it works I have this code div#top { margin: 0 auto; max-width: 1300px; background-color: #fff; } in order to have the design boxed at 1300px. Why should I remove it. February 27, 2017 at 6:54 am #1387191 Paul RModerator Hi, You need to remove it to make it full width. Please see video – https://www.screencast.com/t/zKASKXXn5ln Thanks Author Posts <script> jQuery(function($){ $("#no-reply-1387057 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script> Log In Username: Password: Keep me signed in Log In