Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Team Startbit

    (@vivacityinfotechjaipur)

    Hello Actiontripguru,

    Generally we don’t see any such issues.

    in your case it must be due to the width of the sidebar.
    The width of widget depends upon the width of sidebar as the sidebar contains it.

    Please provide me the link of your website so that I can have a look at the this issue.

    Team Vivacity

    Hi Actiontripguru,

    Try my CSS settings (I also got rid of the border and background), the float and display: block properties are important.

    .fetched_tweets.light > li {border: none!important;}
    .fetched_tweets > li {box-shadow: none!important; font-family: inherit!important;}
    .tweet_data {font: 16px/20px 'Lora', sans-serif!important; float: none!important; display: block; width: auto; text-align: left; overflow: visible; word-break: keep-all;}
    .wdtf-user-card {float: left!important; width: auto!important;display: inline-block; margin-right: 5px;}
    .times {float: right!important;}
    Thread Starter Actiontripguru

    (@actiontripguru)

    Hi AvWijk

    Many thanks for your suggestion.
    Unfortunately it didn’t help to get my twitter name next to the avatar but it is a better font and text size than the standard one.

    All the best (en met vriendelijke groet voor het geval dat je NL bent)

    Andrew

    Thread Starter Actiontripguru

    (@actiontripguru)

    Hi Team Vivacity

    Here is the link:
    https://actiontripguru.com/blog/

    I’d appreciate your help.

    Thanks in advance

    Andrew

    Plugin Author Team Startbit

    (@vivacityinfotechjaipur)

    Hi Actiontripguru,
    Greetings !

    I have check ed the website https://actiontripguru.com/blog/

    Please find following in the admin_style.min.css in wp twitter feeds plugin.

    .tweets_avatar img {
    float: left;
    margin-right: 10px;
    border-radius: 5px;
    }

    and change this to :

    .tweets_avatar img {
    float: left;
    /* margin-right: 10px; */
    border-radius: 5px;
    }

    Please let me know if you have any other issues

    Thanks & Regards
    Team Vivacity

    Thread Starter Actiontripguru

    (@actiontripguru)

    Thats fantastic Team Vivacity!

    Many thanks for your support!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Username next to avatar’ is closed to new replies.