K2 Item View

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
Fri Jan 11, 2013 1:50 pm
Reply with quote
Report this post
Hi

In K2 item view when I remove all author details a space remain at the left side.

ex here: http://demo1.join-greece.gr/index.php/template/bmwcar

I know that is a box that prevent the content moves at the left...

Could you please help me to remove it ???

Many Thanks for your help
User avatar
Expert Boarder

GK User
Fri Jan 11, 2013 4:40 pm
Reply with quote
Report this post
Please add this code to override.css file in root/templates/gk_template_name/css directory :
Code: Select all
.itemAsideInfo + .itemBody {margin-left: 0 !important}

and then just remember to enable "Use override CSS" option in template advanced settings tab.
User avatar
Platinum Boarder

GK User
Fri Jan 11, 2013 5:47 pm
Reply with quote
Report this post
Million Thanks

Works perfect !!!!
User avatar
Expert Boarder

GK User
Mon Feb 11, 2013 11:48 pm
Reply with quote
Report this post
Can we use this left space like module position? I want to add google ads to this position. Is it possible?
User avatar
Senior Boarder

GK User
Mon Feb 11, 2013 11:57 pm
Reply with quote
Report this post
ıf not possible can we disable this side and add categories and other stuff to header like others. Because when we override, the itemAsideInfo does not disappear.
User avatar
Senior Boarder

GK User
Tue Feb 12, 2013 10:19 am
Reply with quote
Report this post
No you can use any part of article view as a module position.
User avatar
Platinum Boarder

GK User
Fri Jul 12, 2013 9:24 am
Reply with quote
Report this post
No i does not work for me. the code
Code: Select all
.itemAsideInfo + .itemBody {margin-left: 0 !important}

it leave me a huge space to the left see http://test.izbiceniolt.ro/index.php/pr ... ria/primar
User avatar
Platinum Boarder

GK User
Mon Jul 15, 2013 10:35 am
Reply with quote
Report this post
Where do you have the space here ? Please mark the area that you are talking about on screenshot >> http://d.pr/i/qFiq
User avatar
Platinum Boarder

GK User
Mon Jul 15, 2013 8:45 pm
Reply with quote
Report this post
bkrztuk wrote:Where do you have the space here ? Please mark the area that you are talking about on screenshot >> http://d.pr/i/qFiq


Sorry my mistake. Problem solved
User avatar
Platinum Boarder

GK User
Thu Aug 01, 2013 10:26 am
Reply with quote
Report this post
Actually problem not solved. The first text line is positioning wrong.
See here http://test.izbiceniolt.ro/index.php/ce ... ugust-2009

There is a space in the left side.
After first line of text everything is looking fine.
Please help!
User avatar
Platinum Boarder

GK User
Fri Aug 02, 2013 9:00 am
Reply with quote
Report this post
Please add this code to override.css file in root/templates/gk_template_name/css directory :
Code: Select all
article aside.itemAsideInfo > ul {padding: 0 !important}

and then just remember to enable "Use override CSS" option in template advanced settings tab.
User avatar
Platinum Boarder


cron