Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #525807

    Hey there,

    Wondering if it is possible to add thin grey lines ( that match the theme) to separate the white space of each post in grid view?

    Or rather place a thin grey box line around each post in grid view?

    Link for reference:

    http://www.gregorybeylerian.com/tag/mixed-media/

    Thanks

    GB

    #526302

    Any ideas?

    #526304

    Hey!

    Please add following code to Quick CSS

    .avia-content-slider .slide-entry {
        border-bottom: 1px solid #e2e2e2;
    }

    Regards,
    Yigit

    #526307

    Hi Yigit,

    I just added the code and it produced a line under the post but it does not go all the way across nor up and down, ideas?

    Example:

    http://www.gregorybeylerian.com/tag/mixed-media/

    #526310

    Hey!

    Please change the code to following one

    .avia-content-slider .slide-entry {
        border: 1px solid #e2e2e2;
        padding: 5px;
    }

    Regards,
    Yigit

    #526321

    Thanks Yigit, that works well.

    Is it possible to create a graph line between posts, like this:

    http://www.damienhirst.com/artworks/catalogue

    Thanks again!

    GB

    #527007

    Hi!

    Can you please post a screenshot and show the changes you would like to make? I am not sure if i understood you clearly

    Regards,
    Yigit

    #527015

    Hey Yigit,

    This might help, it is a link to a web page that utilizes what I am talking about:

    http://www.damienhirst.com/artworks/catalogue

    Wondering if it is possible to have the grid lines. If not, I am happy with the current solution you provided :-)

    #528217

    Hi,

    The grid on your page is actually the one which already has borders and there’s not any other elements to work with, are you happy with the solution anyway?

    Best regards,
    Rikard

    #529620

    Hey Rikard,

    If there was a way to activate graph like lines instead of box lines around each post, I would check to see what I prefer but already its good :-)

    thanks,

    GB

    #529829

    Hi,

    Yeah I’d be happy to give you that code but the problem is that there are no element to apply it to unfortunately :(

    Thanks,
    Rikard

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Adding thin lines to grid view posts possible?’ is closed to new replies.