Remove Left Sidebar

October 2012 Joomla Template
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
Tue Sep 10, 2013 8:44 pm
Reply with quote
Report this post
How do I completely remove the sidebar on the left that contains the date, etc. I have disabled the date, author, etc., but this leaves me with a blank space to the left of the content.

thanks again
User avatar
Expert Boarder

GK User
Tue Sep 10, 2013 10:10 pm
Reply with quote
Report this post
Hi Kevin,
Are you talking about K2 items or Standard Joomla articles or both ?
User avatar
Platinum Boarder

GK User
Tue Sep 10, 2013 10:13 pm
Reply with quote
Report this post
OKEY, I'm guessing try this code:

Code: Select all
article aside {display: none; }

aside + .k2box { margin-left: 0px; }


It should work for both items & articles.

How to use custom CSS --> http://www.gavick.com/documentation/joo ... -template/
User avatar
Platinum Boarder

GK User
Wed Sep 11, 2013 12:35 am
Reply with quote
Report this post
Thank you. It worked perfectly....
User avatar
Expert Boarder


cron