Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #202005

    Hi

    1) I would like the Twitter and RSS to be in a vertical line instead of horizontal (side by side) like this http://i.imgur.com/E5QKctr.jpg. But I can’t work out the CSS.

    2) Also.. Could you tell me how to make the news.thumbs (latest news widget) thumbnails slightly larger.

    Many thanks

    • This topic was modified 10 years, 4 months ago by Lilipie.
    #202027

    Hey Lilipie!

    Please add following code to Quick CSS
    1)

    .avia_socialcount a { float: left; clear: both; }

    2)

    .image_size_widget .news-thumb {
    height: 50px;
    width: 50px;
    }
    .image_size_widget .news-thumb img {
    width: 46px;
    height: 46px;
    }

    Please adjust the values as needed

    Best regards,
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Twitter and RSS (Line Up) and News thumbnails larger.’ is closed to new replies.