Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #276366

    Please, is there a way to change the max-width? I’d like to decrease from 1030 to about 900. thank you, Antonio

    #276397

    Hi Antonio!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (min-width: 1140px) {
    .responsive .container {
    width: 990px;
    }}

    Best regards,
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.