hi the info related to posts on our first page is twisted. the date, no. of comments, author etc. showing vertically instead of horizontal in one line, same is the case with the ‘Share Buttons’ below the post. please help…
our website: http://aumfoundation.com/
Hey,
Please add this on your custom.css or Quick CSS:
#top .fullsize .template-blog a {
float: none;
display: inline-block;
width: auto;
}
Regards,
Ismael
that fixed it, thanks ismael…