Okay
  Public Ticket #992218
Container site width
Closed

Comments

  •  2
    MO72 started the conversation

    Hi guys,

    First thanks for the updates, for being responsive to support, much appreciated! Everythings seems to be fine now.

    Look, i would like to set up the WIDTH the same as the new theme "Fashion Demo" as i can see it's 1370px, if you could tell me what to do, some css maybe?

    Thanks for the good work

    m.

  • [deleted] replied

    Hi MO72,

    1— We are very glad to hear that

    2— Please add the code below to Custom CSS

    /* 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;
        }    
    }
    
    Have a great weekend!
  •  2
    MO72 replied

    perfect, thank you Ylli!

  • [deleted] replied

    Hi MO72,

    Glad to hear that

    Have a nice day!

    Will set this ticket as solved from here.