Okay
  Public Ticket #1067122
Full container width
Closed

Comments

  •  1
    Juan Cortazar started the conversation

    Hi!

    I installed the new fashion store demo content but it´s a bit to wide for me. There is a css code to change the max width of the whole content page?

    Thanks!

  • [deleted] replied

    Hi Juan,

    That is happening because we have modified Fashion demo with some CSS codes on Custom CSS area. Please find and remove those codes on Custom CSS area:

    /* Body: Large Screens */
    @media (min-width: 1400px) {
      .container {
            width: 1370px;
      }
        
        .vc-container>.vc_row>.row-container.row-default, 
        .vc-container>.vc_row>.row-container.row-stretch_row    {
            width: 1370px;
        }    
    }
    /* Body: Large Screens */
    @media (min-width: 1600px) {
      .container {
            width: 1570px;
      }
        
        .vc-container>.vc_row>.row-container.row-default, 
        .vc-container>.vc_row>.row-container.row-stretch_row    {
            width: 1570px;
        }
    }
    /* Header: Remove Padding of Container*/
    .main-header.fullwidth-header .container {
        padding: 0px;    
    }
    
  •  1
    Juan Cortazar replied

    Thanks a lot Ylli!

    Perfect as always :)

  • [deleted] replied

    Hi Juan,

    Glad to hear that

    Will set this ticket as solved from here.