Tagged: enfold, Responsive Layout, width
Under “Responsive Layout” I changed the setting to “Fixed Width” but it got really skinny. How do I change the size of the fixed width to 1210px? I know it’s more than just changing the body setting. Thanks in advance!
Hi MuzSolutions!
You can add this on Quick CSS or custom.css:
.container {
width: 1210px;
margin: 0 auto;
}
Best regards,
Ismael
Hi!
The overall container also needs to be adjusted:
.boxed#top {
width: 1310px;
}
Based on whatever size you choose for the internal containers.
After there still may need to be some additional tweaks on items but that is the gist of the changes. Identify the containers and increase their values from the grid.css file. I would suggest having a freelance developer go through and create a new grid width you can use so that everything stays cross browser compatible. Customization like this is outside what we can cover through support but we will often assist if possible the changes are just not further supported.
Best regards,
Devin