Okay
  Public Ticket #2929142
Display of the theme
Closed

Comments

  •   Petra started the conversation
  •  870
    Neuron replied

    Hi Petra,

    Can you please add the following code at Appearance > Customize > Additional CSS?

    .postid-31386 .l-main-wrapper {
        max-width: 1360px;
        margin: auto;
    }

    Feel free to ask for anything you need.

    Kind Regards


  • Petra replied

    Hi, 

    i added the CSS but in the mobile version it is still at the very end of the screen. 

    Please send me the code for the mobile version too. Thanks!

  •  870
    Neuron replied

    Hi Petra,

    I've logged into your website via the wp-admin that you've attached on another ticket, and I've added the following code at Appearance > Customize > Additional CSS for the mobile mode.

    @media (max-width: 901px) {
        .postid-31386 .l-main-wrapper {
            padding: 40px;
        }
    }

    Feel free to ask for anything you need.

    Kind Regards