• Resolved rockrob

    (@rockrob)


    Is there a way to adjust the width of the feed? The twitter feed is now cutting off about 3 letters on the right side of the feed on our website homepage. (rustybladen.com). We could make the sidebar wider, but would prefer to adjust the feed width. Anything you can pass along to help? Thanks.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Peter Booker

    (@peterbooker)

    Hi rockrob,

    There is currently no built in control because the default styling of the plugin should display correctly. Sometimes theme styling can conflict with it, and while I try hard to ensure it always looks right I cannot cover every possible theme (I still try!).

    I had a look at your website and by adding the following CSS rule it displays properly:

    .block-type-widget-area li.widget ul.kebo-tweets {
        padding:0;
    }

    Let me know how that goes, or if you are unsure how to add it and I will help you get it working!

    Thread Starter rockrob

    (@rockrob)

    Peter,
    That CSS worked perfectly. Thank you for taking time to provide support, and thanks for creating the plug-in. It’s appreciated.
    Rob

    Plugin Author Peter Booker

    (@peterbooker)

    Hi rockrob,

    I am pleased it worked, thank you for letting me know and the support!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘plugin width adjustment’ is closed to new replies.