Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1413952

    stephane Janssen
    Participant

    Hello, I need to have a layout like this and I don’t know how to proceed :
    background only on the left side,then content and sidebar right but no background on the right.
    So the sidebar come upto the end right side of the page.
    I use renew stack to do it but I cannot remove the right background side
    could you help me or enlight me thank you

    temp website adress is http://melangediu.cluster020.hosting.ovh.net/

    Stéphane

    #1414104

    Joao
    Moderator

    Hi There,

    Would you mind to provide a mockup of what you want to achieve, I looked your website but quite didnt understand what you want to remove.

    Thanks

    #1414666

    stephane Janssen
    Participant

    Hello here in attachment the mockup of what I ‘d like to make

    #1414964

    Joao
    Moderator

    Hello,

    Please add the following code to Appereance Customizer Custom CSS

    
    .site, .x-navbar.x-navbar-fixed-top.x-container.max.width {
       
        width: 90%;
        margin-right: 0px;
        max-width: 1300px;
    }
    .x-container.width {
      
        width: 100%;
    }

    Hope it helps

    Joao

    #1415247

    stephane Janssen
    Participant

    thank you
    it seems to work fine

    #1415313

    Joao
    Moderator

    Glad to hear it,

    Cheers

    Joao