Tagged: responsive
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.
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