By Andreas Ougland on Wednesday, 13 November 2019
Posted in General Issues
Likes 0
Views 544
Votes 0
Just a quick question, is it possible to change the grid view, using CSS or other way, to look like the example attached?
Image, with a grey box under it with title and text?
Hi Andreas,

Can you provide us the url and access to the page so I can check it out if it's possible to apply simple custom css?
·
Thursday, 14 November 2019 12:31
·
0 Likes
·
0 Votes
·
0 Comments
·
Information added
·
Thursday, 14 November 2019 19:03
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Andreas,

Thanks for the access. You can try the following custom css(modify the values according to your needs).

#eb .eb-blog-grid__content {
background: white;
}

#eb .eb-blog-grid__title, .eb-blog-grid__meta, .eb-blog-grid__body {
padding-left: 20px;
}
·
Friday, 15 November 2019 10:57
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you so much, worked perfectly
·
Friday, 15 November 2019 18:52
·
0 Likes
·
0 Votes
·
0 Comments
·
You're most welcome Andreas. Glad to know it works perfectly.

Regards.
·
Friday, 15 November 2019 19:01
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post