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
Edit file 'column_right.tpl'
Find
change to
After that upload it and see if that works if not then open 'stylesheet.css'
Find
Change to
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)
Find
Code: Select all
<div id="column_right">
Code: Select all
<div id="column_right" style="display:none;">
Find
Code: Select all
#content {
margin-left: 190px;
margin-right: 190px;
margin-bottom: 10px;
}
Code: Select all
#content {
margin-left: 190px;
margin-bottom: 10px;
}
-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)
Who is online
Users browsing this forum: No registered users and 14 guests