Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Twitter Feed Integration – Text size issue

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #32335
    MacWheelie
    Member

    Hi all,

    I’m new here, so please be gentle! ;)
    I’m having a problem with a twitter feed in my site. I can get it to work but the size of the text/font is too small to read. While I understand this must be to do with the CSS I cannot for the life of me find a way to increase the font size in the feed.
    I should mention that this site was not originally developed by me and I simply look after the maintenance of it.
    The site is http://www.keithamor.com
    the css file the homepage references is main4.css

    I thought by adding in a new class to the table the feed is in would help “class=”bodytext24” but as you can see the font is still tiny.

    Any help would be greatly appreciated.

    MacWheelie

    #51526
    Johnnyb
    Member

    I’m guessing it’s to do with the JS for the twitter widget being added after you link to your styles in the CSS at the top of the page. Just add the following near the bottom of the page and it should work:

    .twtr-tweet-text p{
    font-size: 16px;
    }
    #51528
    MacWheelie
    Member

    Johnnyb you da man! Thanks very much it worked perfectly! :D

    #51532
    Johnnyb
    Member

    Hey no problem, glad I could help!

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘CSS’ is closed to new topics and replies.