I’m using the Magazine element on the front page of our website to display our recent posts. The padding is a bit off and I can’t seem to get it fixed.
Is there a way to center the line between the posts, and remove the line that’s after the last post?
I attached a picture, but you can see it on the site by scrolling towards the bottom.
Hey Jason,
The image is not attached, can you please post somewhere like img.ru ?
Best regards,
Basilis
You can see it on the homepage, but here’s the image
https://www.dropbox.com/s/lvrq4s660wmsrpt/magazine%20element%20padding.JPG?dl=0
Hi,
Thanks for the update.
Adjust the bottom padding of the magazine entry container.
.av-magazine-entry {
padding-bottom: 0;
}
Don’t forget to toggle the css/js compression from the Enfold > Performance panel?
Best regards,
Ismael
Hi Ismael – I have the padding figured out, but is there a way to remove the line from the last entry?
Thanks!
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
CSS Snippet:
.av-magazine-entry:last-child {
border-bottom: none;
}
Best regards,
Yigit
Thanks Yigit!
Hi,
You are welcome! :)
For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/
If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)
Best regards,
Yigit