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
Any ideas?
Hey!
Please add following code to Quick CSS
.avia-content-slider .slide-entry {
border-bottom: 1px solid #e2e2e2;
}
Regards,
Yigit
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:
Hey!
Please change the code to following one
.avia-content-slider .slide-entry {
border: 1px solid #e2e2e2;
padding: 5px;
}
Regards,
Yigit
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
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
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 :-)
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
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