• Resolved Mollysaurus

    (@mollysaurus)


    Hello! First off, here’s my site: http://geekswithoutgod.com/

    If you look on the right sidebar, you can see our Twitter feed widget. I’m using the one provided by Twitter itself because I like the interface. However, it cuts off at the very bottom, if you scroll down far enough. There’s supposed to be a space where a user can tweet to us, with a text field and everything, and that’s just not showing up. Also, the final tweets shouldn’t be cut off in the midst.

    Can anyone help me fix this? I’m a CSS noob, so please explain it like I’m five. 🙂

    http://wordpress.org/extend/themes/raindrops/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author nobita

    (@nobita)

    Hi Mollysaurus

    style.css last line.
    Please add below rule.

    .textwidget #twitter-widget-0{
    	height:800px;
    }

    Note:

    It is based on the influence of the following rules near 2201 line of style.css.

    .textwidget iframe,
    .textwidget img{
    max-width:100%;
    height:auto;
    }

    The purpose of this rule
    When a picture and iframe are inserted in a text widget, the extreme breadth is restricted by max-width so that a side bar may not be overflowed.
    At this time, if a setup of height is not set to auto, it is a rule for controlling that a rule like an attribute setup (height=”300″) of a picture tag from the first is applied as it is, and is perpendicularly extended.

    I am sorry to be poor at English.

    Thank you

    Thread Starter Mollysaurus

    (@mollysaurus)

    Thank you so much, nobita! You are always so quick with the precise answer needed. Your English is just fine, no need to apologize for it.

    Thanks again!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Theme: raindrops] Twitter HTML Widget (from Twitter.com) Box Too Small’ is closed to new replies.