• Resolved bennieb

    (@bennieb)


    I am using your tweet widget wich is very usefull.

    There is only one problem, wich i can see in Firefox.
    The tweet widget is outside the widget box. The twitter button and counter are well in place.
    The transforming is scrolling up. When I select fade the tweet tekst is in the box but over the header of the widgetbox.

    What can I do?

    the demowebsite is here https://www. ronlink.nl/Site

    Thank you

    greetings Ben

    https://www.ads-software.com/extend/plugins/rotatingtweets/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Martin Tod

    (@mpntod)

    I’ve added the following to rotatingtweets/css/style.css:

    div.rotatingtweets {
    	display: block;
    }

    which should work.

    Thread Starter bennieb

    (@bennieb)

    Hello Martin,

    Thank you for your quick response.
    Where sould i put it in the css file?

    Unfortunately it does not work.
    I put the string in the css file but the tweets are still out of the widget box.

    Thanks

    Plugin Author Martin Tod

    (@mpntod)

    Second attempt. Try:

    div.rotatingtweets {
    	clear: both;
    }

    Thread Starter bennieb

    (@bennieb)

    That’s it!!

    You’re great! Thank you

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Tweet widget outside the box’ is closed to new replies.