Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #402251

    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

    #402513

    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

    #402557
    This reply has been marked as private.
    #403133

    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

    #403273
    This reply has been marked as private.
    #404111

    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

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