Tagged: ,

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #992559

    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.

    Magazine Element Spacing

    #993368

    Hey Jason,

    The image is not attached, can you please post somewhere like img.ru ?

    Best regards,
    Basilis

    #993371

    You can see it on the homepage, but here’s the image

    https://www.dropbox.com/s/lvrq4s660wmsrpt/magazine%20element%20padding.JPG?dl=0

    #993864

    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

    #993973

    Hi Ismael – I have the padding figured out, but is there a way to remove the line from the last entry?

    Thanks!

    #993976

    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

    #993982

    Thanks Yigit!

    #993985

    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

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Magazine Element Padding and Lines’ is closed to new replies.