• Resolved beppiasw

    (@beppiasw)


    Hi, The list view of events is all squooshed to one side with the feature images really small. Is it supposed to look like that using the free version?

    I have gone through the settings in the plugin and the customization settings in the theme which is Astra, but can’t fix it.

    Any guidance on what I need would be appreciated. Thank you.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Guga Alves

    (@gugaalves)

    Hi there,

    I can see that this issue is being caused by your theme, Astra, and how their manage columns via CSS. If you test that page using another theme, it should work properly.

    I suggest contacting Astra theme support and check with them why they’re adding the class ast-width-md-4 on each <article> tag on that page, that class is shrinking the column.

    As a temporary fix, you can use that CSS snippet on Customizer > Additional CSS and it should work properly:

    .post-type-archive-tribe_events .ast-width-md-4 {
        width: 100%!important;
    }

    Please note that this is a temporary fix and your theme updates can change how it is working, so it should be really good if you can contact your theme provider and get them fixing that issue permanently.

    Thread Starter beppiasw

    (@beppiasw)

    Thank you so much. This worked beautifully, for now. I will reach out to them.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘List view not displaying correctly’ is closed to new replies.