How to rearrange or delete left column next to article

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 Feb 21, 2013 1:20 pm
Reply with quote
Report this post
Hello,

I am using the GK News Responsive Joomla Template.
How can I get rid of the left column besides the article with the icons, hits, tags etc.

If using the template without k2, the whole column is used for the icons.
I would like to move it to the top of the article or to completly remove it.

Do you have any suggestions?

Best regards
Sebastian
User avatar
Fresh Boarder

Konrad M
Thu Feb 21, 2013 1:24 pm
Reply with quote
Report this post
Hi,
please try add to override.css
Code: Select all
article aside {
display: none;
}
.itemAsideInfo + .itemBody {
margin-left: 0px !important;
}

and remember to enable override css option in template settings.
User avatar

GK User
Thu Feb 21, 2013 1:36 pm
Reply with quote
Report this post
Thanks for your quick replay but it does not work. Column is still present, although after cleaning cache.
I would also prefer to place the information on top or bottom of the post like in category view.
User avatar
Fresh Boarder

GK User
Thu Feb 21, 2013 1:52 pm
Reply with quote
Report this post
It seems that overrides.css does not affect the template.
User avatar
Fresh Boarder

GK User
Thu Feb 21, 2013 3:33 pm
Reply with quote
Report this post
It works when entering in Template/Advanced Settings
but not in overrides.css
User avatar
Fresh Boarder

Konrad M
Fri Feb 22, 2013 9:35 am
Reply with quote
Report this post
Please check if you didn't paste code between /* */ hhtml comments becasue then rules are ignored by browser. And if you enabled override.css option in template settings. Or if you using cache remember to clear cache after changes.
User avatar

GK User
Fri Feb 22, 2013 11:36 am
Reply with quote
Report this post
You are right, works like a charm!
I missed to enable the ovveride.css in the template settings.

Do you have any suggestions how to move the left column to the top of an article?
User avatar
Fresh Boarder

Konrad M
Fri Feb 22, 2013 11:49 am
Reply with quote
Report this post
Please read this post. Here you have info how to move prin/edit icons. Rest info you can move in the same way. https://www.gavick.com/forums/news-joom ... 23215.html
User avatar


cron