Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter ajberman

    (@ajberman)

    Thought I would drop a quick update, I am trying to adjust with:

    body .kebo-tweets.list .ktweet {
    padding: 0px 0px 50px 0px;

    but it just doesn’t seem to be the answer. You can take a look here

    Thanks so much for your time.

    Plugin Author Peter Booker

    (@peterbooker)

    Hi ajberman,

    I have had a quick look and it seems that the only change required is this (it requires your padding edit to be removed):

    html body ul.kebo-tweets li.ktweet {
        height: auto;
    }

    Is that the look you were aiming for, that is essentially the intended goal, but as you have experienced it is difficult for me to create styling which will fit into any theme.

    The theme styling which caused the problem was this:

    footer aside.widget ul li {
        height: 20px;
    }

    Which is a very general identifier considering the effect it has. I will add this small CSS fix to the plugin, as it may help others with similar theme code. I will do some further testing and then update later tonight.

    Thank you very much for letting me know about the problem you were having, it has helped me to hopefully improve the plugin for future users, which I really appreciate.

    Thread Starter ajberman

    (@ajberman)

    yes! you nailed it. Thanks.

    Plugin Author Peter Booker

    (@peterbooker)

    Hi ajberman,

    I am really pleased it worked! I have just updated the plugin to version 1.4.4, which contains this CSS fix.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Padding & Spacing’ is closed to new replies.