Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1113318

    Hello, I’m trying to reduce the vertical space between blog posts thumbnails when they are displayed as content elements on my front page.

    I have tried the CSS suggested here…

    https://kriesi.at/support/topic/space-between-blog-posts/

    But it’s made no difference…

    #1113324

    Hey djclare,

    Please provide a link to the site/page in question so we can look into this issue further.

    Best regards,
    Jordan Shannon

    #1113367
    This reply has been marked as private.
    #1113447

    Hi,

    It seems the space is reduced already? Or perhaps I’m viewing the wrong area. Can you provide a screenshot?

    Best regards,
    Jordan Shannon

    #1113497

    I don’t seem to have an option to attach a screenshot, can you advise?

    #1113607

    Hi,

    You can upload screenshots to a service like Dropbox or Google Drive, then link to it here.

    Best regards,
    Rikard

    #1113936
    This reply has been marked as private.
    #1114098

    Hi djclare,

    Can you please share the login link too?

    Best regards,
    Victoria

    #1114113

    So sorry that was silly of me!

    #1114620

    Hi djclare,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .avia-content-slider .slide-entry-wrap {
        margin-bottom: 15px;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1118025

    My apologies Victoria I have communicated this badly. The code works but I’m looking for something that reduces the vertical space between the sides of the images, not the bottom and top. Presumably I just need to alter that code slightly?

    #1118318

    Hi,

    Add this to quick css:

    body ul.geodir-category-list-view.geodir-gridview.gridview_onethird>li{
    margin-left:.5%!important;
    }

    Best regards,
    Jordan Shannon

Viewing 12 posts - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.