K2 Category Layout Adjustments

GK User
Wed Jul 15, 2015 11:17 pm
When is show only Title, Intro Text and Full Text in K2 Catergory. The width of the K2 item of that category does not fit to the width of the page. The K2 item shifts to the left. I changed the Catergory Item Column to 1, but still there is blank space to the right of the item. I tried positioning another Custom HTML module to the sidebar position which too did not help. Screenshot of the K2 item display is as below:
k2_width1.png


Please let me know how to adjust the layout to have the K2 item to occupy the full space.
User avatar
Junior Boarder

GK User
Fri Jul 17, 2015 11:05 am
Hello,

Please try to add in the template settings -> Advanced settings -> Custom CSS code option - the following code:

Code: Select all
.item-content {
width: 100%!important;
}
User avatar
Administrator

GK User
Sat Jul 18, 2015 4:08 pm
Thanks Dziudek :)
User avatar
Junior Boarder


cron