Easyblog read more button

Professional Joomla social template with metro design and JomSocial extension support.
Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Sun Aug 17, 2014 11:37 am
Reply with quote
Report this post
Is it possible to add some more padding between the content and the Easyblog read more button?

Also on some blog entries the read more button is on the same row as the blog content, as you can see on the link below. Is it possible to make sure the read more button always is on its own row?

http://www.ffatest.se/bloggar
User avatar
Platinum Boarder

teitbite
Mon Aug 18, 2014 8:44 am
Reply with quote
Report this post
Hi

Construction of posts is using this button as inside content. You may try add this and have button full width:

Code: Select all
#ezblog-body .blog-content .readon {
    clear: both;
    display: block;
    float: none;
    margin-top: 36px;
}


for other way I would need to digg into code, so would require Your ftp.
User avatar
Moderator

GK User
Mon Aug 18, 2014 11:10 am
Reply with quote
Report this post
Thanks! That works well.
User avatar
Platinum Boarder

teitbite
Tue Aug 19, 2014 1:52 pm
Reply with quote
Report this post
Hi

Great to hear that You like it. I have no idea how to make it in an easy way and using smaller button :)
User avatar
Moderator


cron