• Hi
    I’m using the plug in for recommended products only so far. All ok on posts (for example: https://mowgli-adventures.com/uruguay-travel-guide/). But on a category pages I’m having some trouble.

    There’s no option in the editor to add the Card so I’ve inserted the short code. I have no sidebars on my category pages but the card displays all to the left on desktop – it looks mint on mobile). And the title and description are even more off centre. I’ve tried wrapping html around it to get it to sort itself out to no avail. It’s currently displayed with just the shortcode.

    Any advice?

    Thanks

    • This topic was modified 5 years, 9 months ago by AmDev1.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author mediavine

    (@mediavine)

    Hi,

    It looks like its related to the fact that its a full width page, which isn’t a super common case.

    Here is a little CSS you could add that might help.

    .category .mv-list-card {
        margin-left: auto;
        margin-right: auto;
    }
    Thread Starter AmDev1

    (@amdev1)

    Thank you! It’s nearly there. The card is now centred but the heading and description at the top of the card are still a bit off.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Alignment a skewed on category pages’ is closed to new replies.