Hi!
How could I change the space between blog posts? I am using 4 columns in a Blog posts -content element. My customer thinks that the spacing with these elements is too wide and wants to have them closer to each other = pictures and text area would be a bit bigger also if the space between these elements does not use that area so much.
Hi Yigit!
Sure, here it is: http://www.jankkan.com/samedemo/
So the problem is on the frontpage, it’s really just a basic Blog posts-element with 4 columns.
Cheers,
Janne
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.home .slide-entry-wrap {
margin-bottom: 10px;
}
Best regards,
Yigit
I added it now; it changes the bottom-spacing. That’s good also to be able to change but what I’d really need to change is the vertical spacing between those elements :) I tried margin-left and margin-right inside that slide-entry-wrap but it does not work.
Cheers,
Janne
Hey!
Please add following code to Quick CSS as well
article.av_one_fourth {
margin-left: 1%;
width: 24.2%;
}
Best regards,
Yigit
Nice, that’s what I was looking for, thanks!
One more thing; please check out the layout now; because of that margin-change the images are not aligned with the text. Could that be easily fixed too?
Hi!
Yes, please add following code to Quick CSS as well
.avia-content-slider .slide-image img {
width: 100%;
}
:)
Best regards,
Yigit
Thanks, you rock!
Cheers,
Janne
Hi!
You are welcome!
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)
Best regards,
Yigit