i would like to change the module container " shopping cart" , " currency" , and " bestseller" from the right hand side of webpage to the left hand side , izzit posibble? Meanwhile, i would like to make the center part module container such as "latest items","welcome" etc. to become bigger ? is there any directory or css sheet for me to modify this?
EDIT: catalog/view/template/module/layout.tpl
CHANGE:
TO:
------------------
EDIT: catalog/view/stylesheet/stylesheet.css
CHANGE:
TO:
CHANGE:
TO:
Should get you close
CHANGE:
Code: Select all
<div id="column_left"><?php echo $category; ?><?php echo $manufacturer; ?><?php echo $information; ?></div>
<div id="column_right"><?php echo $cart; ?><?php echo $currency; ?><?php echo $popular; ?></div>
Code: Select all
<div id="column_right"><?php echo $category; ?><?php echo $manufacturer; ?><?php echo $information; ?>
<?php echo $cart; ?><?php echo $currency; ?><?php echo $popular; ?></div>
EDIT: catalog/view/stylesheet/stylesheet.css
CHANGE:
Code: Select all
#content {
display: inline-block;
width: 580px;
margin-bottom: 10px;
}
Code: Select all
#content {
display: inline-block;
width: 758px;
margin-bottom: 10px;
}
Code: Select all
#content .middle {
border-left: 1px solid #DDDDDD;
border-right: 1px solid #DDDDDD;
background: #FFFFFF;
padding: 10px 10px 1px 10px;
min-height: 380px;
width: 558px;
}
Code: Select all
#content .middle {
border-left: 1px solid #DDDDDD;
border-right: 1px solid #DDDDDD;
background: #FFFFFF;
padding: 10px 10px 1px 10px;
min-height: 380px;
width: 758px;
}
I did all of above but I get something like this:


Regards
Maksymilian
I did it too, but maybe it is because I have ver 1.1.9.Qphoria wrote:I'd retrace your steps and try again. I've tested the above code and it works
Regards
Maksymilian
Who is online
Users browsing this forum: Semrush [Bot] and 19 guests