K2 "extra fields" code to set column width?

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
Thu Dec 31, 2015 7:08 pm
Reply with quote
Report this post
Simplicity template is great! I'm using the K2 component for Blog. I've added 2-column "extra fields" at the bottom of blog article to insert an iframe infographic.

The first column of "extra fields" holds the label and it is too wide. Is there CSS code in Advanced Settings of Template I can use to make the column less wide?

Here is example article, scroll down to "Additional Info":
http://www.visiblelegacy.com/blog/item/ ... -1-2-miles

thanks! happy new year :)
User avatar
Junior Boarder

teitbite
Fri Jan 01, 2016 3:13 pm
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
.itemExtraFields ul li span.itemExtraFieldsValue, .itemLinks .itemCategory a, .itemLinks .itemAttachmentsBlock ul, .itemLinks .itemTagsBlock ul {
    margin: 0 0 0 15%;
}
User avatar
Moderator


cron