Reduce width of left area in k2 item

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 Nov 22, 2015 12:33 pm
Reply with quote
Report this post
Hi. How can I reduce the width of the are I have marked in the picture below:
Skjermbilde 2015-11-22 kl. 12.30.33.png


My site is: www.islamnet.no/dev
User avatar
Gold Boarder

teitbite
Tue Nov 24, 2015 11:10 am
Reply with quote
Report this post
Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
.itemAsideInfo {
    width: 65px;
}

.itemAsideInfo + .itemBody {
    margin-left: 85px;
}
User avatar
Moderator

GK User
Tue Nov 24, 2015 1:23 pm
Reply with quote
Report this post
Thanx! It worked great :)
User avatar
Gold Boarder

teitbite
Thu Nov 26, 2015 12:28 pm
Reply with quote
Report this post
Hi

Glad I could help.
---
If You were satisfied with our support please let other users know on Twitter: http://twitter.com/gavickpro or Facebook: http://www.facebook.com/gavickpro
User avatar
Moderator


cron