Hi! Two questions:
1. Is there any way to expand the responsive layout large from 1210 to something wider? I would like to reduce the white spaces on both sides as much as possible (so a 1280×1024 screen almost doesn’t get any white spacing at all).
2. Can I add space between the portfolios in the portfolio grid?
Hi agarkitekter,
While its definitely possible for #1, it is beyond what we could guide you through doing via support. You can look through the css folder in the theme files and make modifications to the grid as either a child theme or by adding those styles to the custom.css to replace the others.
For number 2, Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:
#top .grid-sort-container .grid-entry.flex_column {
box-sizing: border-box;
padding: 5px;
}
Regards,
Devin
Thanks for a superfast answer!
Number 2 worked, thanks!
Im gonna try a bit with the first one, and ask Codeable if I cant get it to work by myself. One of you suggested that site in a another question here, and it’s great (Im making a new site for my company and we have no problems with paying some extra for specific functions)! Do you know if I have to edit both grid.css and layout.css or just one of them?