How to remove > button, and make

GK User
Sun Nov 21, 2010 6:22 pm
How to remove > button, and make the text fill 100% of the box rather than as pictured.
User avatar
Fresh Boarder

teitbite
Mon Nov 22, 2010 7:26 pm
Hi

Please show me Your site.
User avatar
Moderator

GK User
Mon Nov 22, 2010 8:20 pm
User avatar
Fresh Boarder

teitbite
Tue Nov 23, 2010 3:52 pm
Hi

Please enable using of override.css in themplate configuration and add this code to this file:

Code: Select all
.gk_is_text p {
padding:0 20px;
}

.gk_is_text a.readon {
display:none;
}
User avatar
Moderator


cron