• Resolved laufblogger

    (@laufblogger)


    Hey there,

    When I am trying to use the padding adjustments from the documentation, the items do not react properly – they behave as if each item was an iframe. Instead of adding the space to the next one, each items comes up with a scroll bar then – which can only be seen when using a very high px number.

    Example: https://lauf-blogger.de/ultra-feeds/
    (Of course 200px won’t be the final value, it is just to show the problem)

    … any recommendation?

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @laufblogger,

    Instead putting the padding-bottom under li.feed-item > a like yours currently:

    li.feed-item > a{
        ...
        padding-bottom: 200px;
    }

    Try to put it under li.feed-item instead:

    li.feed-item {
        padding-bottom: 200px;
    }

    Let us know if this works for you or not.

    Also, since you are using our premium add-ons, if you have any further questions, please open a premium support ticket.

    Thread Starter laufblogger

    (@laufblogger)

    Perfect – that worked fine! Thanks so much…

    Glad to hear it works, @laufblogger !

    While I have you here, we would really appreciate it if you can take a couple of minutes out of your day to leave us a review. We love to hear about how our customers are making the best use of our plugins.

    Have a great day!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Feed items padding does not work’ is closed to new replies.