• Resolved zambunny

    (@zambunny)


    Hello! How to target correctly the feed with CSS? I’m having a hard time with this.

    I’m using Elementor. Thank you.

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

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

    (@wolfgang101)

    You can add custom css that is targeting .include-mastodon-feed .status to style the appearance of each status post.

    Example:

    .include-mastodon-feed .status {
    margin: 1rem;
    background: transparent;
    }

    Can you give me more details what exactly you want to achieve? Then I can give you better examples.

    Thread Starter zambunny

    (@zambunny)

    Thanks to youur suggestion and a bit of luck I was able to do the simple styling I wanted, thank you so much.

Viewing 2 replies - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.