Using the builder – why the 110px gaps between elements?? (im using the layout elements correctly, like 5 different “1/5” in a row – but there’s still these 110 pixel whitespaces between – why’s this?
Hey migduvednok!
The columns have a margin applied to them. The margin is going to be around 6% of the width of your website. If you want to change this then you can do so around line 209 in the /enfold/css/grid.css file.
div .av_one_fifth {
margin-left: 6%;
width: 15.2%;
}
You’ll probably want to increase the width a bit to compensate. You can do this in the same file around line 271.
Cheers!
Elliott
But when i update the theme, these changes will disappear, right? Why isn’t this margin-setting an option in the theme?? It’s annoying because it hurts the layout – so many cool elements, and then these amateurish whitespaces. ;-(.
Hey!
Most users have no need for changing the margins. You can request this feature here, https://kriesi.at/support/enfold-feature-requests/, and if it gets enough interest then we may see something get added in a future update.
If you want to do the changes in a child theme then you could copy the CSS to your child theme stylesheet.
Regards,
Elliott
look at http://kriesi.at/theme-overview – there it has definately NOT 110px between elements. So it seems you yourselves do edit these values!
I’ll post it at “suggestions”
Hey!
Can you please post the link to your page where we can see the issue?
Cheers!
Yigit
Hi!
I think I don’t see what you mean on your website, because I don’t know where to look at. Can you please show us exactly which gaps on your website you want to get rid off? you can use imgur.com or dropbox to host screenshots.
Best regards,
Andy