Remove "aside" column for content

Support help forum dedicated to free and commerical templates for Joomla 3 and 2.5 version.
GK User
Fri Jan 31, 2014 8:33 pm
Hello,

I am working with the Meet Gavern template and am trying to remove the "aside" comment on content pages to take advantage of the extra width. I have been using override CSS to remove

Can you provide me with some code that will (1) remove the aside space, and; (2) gives the extra space to the articles.

Thanks,
Preston
User avatar
Fresh Boarder

GK User
Fri Jan 31, 2014 10:31 pm
Hi. But you want to remove it on whole web site or only or selected views.

1) Could you add URL of this page with aside comments?
2) If you have no time ...use Firebug tool to check which elements you have to hide and in which one reduce left-padding.

because in most cases you have to begin from hide aside
aside {display:none;}
User avatar
Platinum Boarder

GK User
Sat Feb 01, 2014 3:56 am
I am sending you a PM with these details. Thanks.
User avatar
Fresh Boarder

GK User
Sat Feb 01, 2014 12:23 pm
Code: Select all
.item-page aside { display: none;}
.gk-article {margin: 0 0 56px;}

and read my guide: http://www.gavick.com/documentation/joo ... -template/

Randy, if you need more custom jobs not typical support - just ask by PM
User avatar
Platinum Boarder

GK User
Sat Feb 01, 2014 3:15 pm
Perfect. Exactly what I needed. Thanks!
User avatar
Fresh Boarder


cron