• Resolved Tamaralas

    (@tamaralas)


    Hi,

    I wonder if there is a way to adjust line spacing, or to obtain a more balanced vertical centering.

    Please see: http://usafitnesscenter.net

    I would like a little more space beneath the twitter handle and date. I would also like a little less space between the tweet content and lower right icons to reply, retweet, etc. It seems there is a bit of wasted space there.

    Basically, I’d like everything to be more vertically centered and to use slightly less vertical space.

    Thank you in advance for any assistance.

    https://wordpress.org/plugins/kebo-twitter-feed/

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

    (@tamaralas)

    The Twitter feed is across the top, above the header.

    Plugin Author Peter Booker

    (@peterbooker)

    Hi Tamaralas,

    I have had a play around with the CSS on your site (thanks for giving me a live link). If you can edit/add CSS to your site you should be able to use this:

    body #wrap .before-header .widget.kebo_twitter_feed_widget {
        margin: 10px 0 20px 0 !important;
        font-size: 12px;
        font-weight: normal;
    }
    
    body #wrap .before-header .widget.kebo_twitter_feed_widget .ktext {
        min-height: 2em;
    }

    That makes it fit much better into the site to me. If you have any other specific changes you want, let me know. Also, if you don’t know how to add CSS to your site let me know and I will give instructions.

    Thread Starter Tamaralas

    (@tamaralas)

    Hi Peter,

    Thank you! Your solution is excellent. See for yourself:
    http://usafitnesscenter.net

    Plugin Author Peter Booker

    (@peterbooker)

    Hi Tamaralas,

    Brilliant, I am really pleased it worked and looks better on your site now.

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