Changing size K2 read more buttom

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
Mon Apr 22, 2013 2:16 pm
Reply with quote
Report this post
Hi,

Where i can change the size of read more K2 buttom ?
Thanks.
User avatar
Gold Boarder

Konrad M
Mon Apr 22, 2013 3:03 pm
Reply with quote
Report this post
Hi,
please try add to override.css
Code: Select all
#gkMainbody .itemReadMore, #gkMainbody .readmore > a {
padding: 0 68px 0 20px;
}

and decrease values which aren't 0 to fit your needs. Remember to enable override.css option in template settings.
User avatar

GK User
Mon Apr 22, 2013 5:49 pm
Reply with quote
Report this post
overide.css enable and after change value, no result..
User avatar
Gold Boarder

Konrad M
Tue Apr 23, 2013 7:14 am
Reply with quote
Report this post
Please give me url to your website. And please explain little more what you would like to achieve.
User avatar

GK User
Tue Apr 23, 2013 11:25 am
Reply with quote
Report this post
http://www.rainet.fr/demo/index.php/lpi
For this k2 articles and for all k2 articles .
Thanks
User avatar
Gold Boarder

GK User
Fri Apr 26, 2013 7:09 am
Reply with quote
Report this post
It isn't working becasue you have syntax error in override.css file:
Code: Select all

article header {margin-top:0}
#gkBreadcrumb {margin-bottom:0;}
}
#gkMainbody .itemReadMore, #gkMainbody .readmore > a {
padding: 0 28px 0 10px;
}

after #gkBreadcrumb rule you have unneeded '}' closing tag.
User avatar
Gold Boarder

GK User
Fri Apr 26, 2013 2:21 pm
Reply with quote
Report this post
Perfect, thanks.
User avatar
Gold Boarder


cron