Tagged: 

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

    When I check the box for Responsive Site, on my desktop version the text is wider than if I uncheck the box making it unresponsive box (where the content is narrower — wider margin or padding). My goal is to keep the box unchecked but to maintain the desktop width. I have screenshots to attach.

    #710379

    Hey!

    I am not sure if i understood the changes you would like to make clearly. However, if you would like to disable responsive layout and increase container width, please add following code to Quick CSS in Enfold theme options under General Styling tab

    .container {
        max-width: 1310px;
    }

    Best regards,
    Yigit

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