Support » Plugin: Juiz Last Tweet Widget » Flat Dark skin 'follow' bar overlaps action links

  • Resolved R_Hemingway

    (@r_hemingway)


    Hi there all,

    Great plugin, just what I was after but have run into a couple of problems:

    1. How can I change the colour of the bar in the footer which has the ‘follow me’ link in it? Hex value is #262626 but I can’t find it anywhere in the .css file(s)

    2. Using the JS scroller, which again is a great feature. However the ‘follow me’ bar will overlap the Sprite images after it has scrolled through a couple of tweets. Have tried adding padding to the base of the Sprite images but no luck.

    Link to my site

    Any help much appreciated!

    Thanks in advance,

    Richard

    http://wordpress.org/plugins/juiz-last-tweet-widget/

Viewing 1 replies (of 1 total)
  • Plugin Author Geoffrey

    (@creativejuiz)

    Hi Richard,

    1. Background-color is defined by a rgba() value on the .juiz_last_tweet_widget div.juiz_last_tweet_inside .juiz_last_tweet_follow_us CSS selector.
    2. Yes, in some cases (tweet width/height, nb caracters, styles context) the Js scroller has a bug. I’m working on it but I need more time.
      Try adding :

      .juiz_last_tweet_widget div.juiz_last_tweet_inside .juiz_last_tweet_follow_us {
         margin: 17px 0 0;
         min-height: 45px;
      }

    thank you.

Viewing 1 replies (of 1 total)
  • The topic ‘Flat Dark skin 'follow' bar overlaps action links’ is closed to new replies.