X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Moving "manufacturers tpl to "right-bar" (https://forum.x-cart.com/showthread.php?t=56498)

storeowner 11-10-2010 06:24 AM

Moving "manufacturers tpl to "right-bar"
 
http://quiltronwebsales.com/x-cart/product.php?productid=17516
Hello,
I have been fooling with the header and have it pretty much the way I want it. I'm not sure
that it has ben done in a usual manner, but it seems to hold together on all browsers. I
havene't tried Mac, but have tried Safari for PC
Anyway -
I am moving on to the stuff down below in the main container, specifically the "right-bar".

I have tried to replace the CSS from the right-bar field with the CSS feom a newly created
"right-box" field.
It works as far as the overall layout not exploding apart. which is what happens when I
atempt to place the "maufacturer's" tpl into the "right-bar" field, as is. I assume the CSS
from the irght-bar conflicts with the inherited / (embedded) CSS in the "manufacturer's"
tpl.
But, although the layout hold together with the CSS exchange, the existing mini=cart tpls
disappear and the manufacturer's tpl won't appear.
My thought is that they have appeared "off screen" and the "overflow" is "hidden." Just a
thought,

My goal is to place the manufcaturers field in the "right-ba"r area and the mimi-cart tpls
at the bottom of the center of the "contents container."

#right-box
{
position:absolute;
top:140px;
left: 600px;
float:left;
width:160px;
margin-left 7px;
border: solid 10px #000000;
}

Original x-cart CSS:
#right-bar
{
position: relative;
right: 7px;
float: right;
width: 160px;
}

Any help would be appreciated.

Thanks,

Dorian


All times are GMT -8. The time now is 09:33 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.