Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1387057
    streetberlin
    Participant

    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

    #1387076
    Christopher
    Moderator

    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.

    #1387164
    streetberlin
    Participant

    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.

    #1387191
    Paul R
    Moderator

    Hi,

    You need to remove it to make it full width.

    Please see video – https://www.screencast.com/t/zKASKXXn5ln

    Thanks

  • <script> jQuery(function($){ $("#no-reply-1387057 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>