Viewing 3 reply threads
You must be logged in to reply to this topic.
Hi,
The Twitter widget is not reading from my Twitter account accurately. The “@” tags have skipped to new lines, causing the Tweet to be grammatically incorrect.
The Twitter widget is on my website’s footer: https://carnegiemathpathways.org/
Here are screenshots of the tweets:
Please advise.
Kenneth
Hello,
Please add these lines at custom css box:
footer .inner .widget_twitter ul li a {
width: auto;
}
Best regards!
Hi Ruco,
Thanks for this tip! However, I added it to my custom CSS box and the tweets on the footer still does not include “@ tags” as part of the sentence.
Please advise.
My website is : http://www.carnegiemathpathways.org
Here are current screenshots of the problem:
Kenneth
Hello,
This is because the twitter links have 100% width. This makes the tags to go to a new line. You can change that by adding this code into your custom css box:
footer .inner .widget ul li a {
float: none !important;
}
Let us know.
Best regards!
You must be logged in to reply to this topic.