Post by jorem » Thu Oct 07, 2010 10:10 pm

Hi,

I have disabled a few modules (manufacturer, bestsellers, etc) and moved all remaining modules to left column. Hence, the right column is empty. But the main container with the products is still as wide as before.

How do I make the main container stretch all the way to the right?

(I use default theme and latest opencart).

TIA
Last edited by i2Paq on Wed Oct 13, 2010 11:24 pm, edited 1 time in total.
Reason: Topic moved

Danne
----------------------------
https://proformica.com


Active Member

Posts

Joined
Thu Oct 07, 2010 9:42 pm

Post by De[v] » Thu Nov 18, 2010 6:52 am

Edit file 'column_right.tpl'
Find

Code: Select all

<div id="column_right">
change to

Code: Select all

<div id="column_right" style="display:none;">
After that upload it and see if that works if not then open 'stylesheet.css'

Find

Code: Select all

#content {
	margin-left: 190px;
	margin-right: 190px;
	margin-bottom: 10px;
}
Change to

Code: Select all

#content {
	margin-left: 190px;
	margin-bottom: 10px;
}
Sorry for the long time to get back to you.
-Don't forget to keep backups for each file before editing because the edit might not work- (i really don't know about the css part it should do it)

New member

Posts

Joined
Mon Nov 15, 2010 11:21 am
Who is online

Users browsing this forum: No registered users and 14 guests