Hi,
When I set the Blog style to Grid layout the layout is all scrambled. It displays a lot of text over the featured images. See screenshot.
Hope you can help.
Cheers,
Jaap
Hey Jaap!
Could you please provide us with a link to the page where this is happening so that we can investigate a bit further?
Regards,
Rikard
Hi Jaap!
I see your problem, is it possible for us to get a temporary admin login so that we can take a closer look? You can post the details here as a private reply.
Cheers!
Rikard
Hey!
You have this code on the style.css file:
.avia-content-slider {
color: white;
left: 0px;
right: 0px;
padding: 0px;
position: absolute !important;
bottom: 6px;
text-align: center;
font-size: 13px;
}
I believe this is a modification for the post slider but since the blog grid and the post slider are using the same script, it breaks the grid. Replace the selector with this:
.avia-content-slider-active .slide-entry .slide-content
Cheers!
Ismael