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
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