Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #660834

    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.

    #660838

    Hey JKankkunen!

    Can you please post the link to your page?

    Best regards,
    Yigit

    #660844

    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

    #660846

    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

    #660850

    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

    #660856

    Hey!

    Please add following code to Quick CSS as well

    article.av_one_fourth {
        margin-left: 1%;
        width: 24.2%;
    }

    Best regards,
    Yigit

    #660873

    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?

    #660881

    Hi!

    Yes, please add following code to Quick CSS as well

    .avia-content-slider .slide-image img {
        width: 100%;
    }

    :)

    Best regards,
    Yigit

    #660882

    Thanks, you rock!

    Cheers,
    Janne

    #660891

    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

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Space between blog posts’ is closed to new replies.