Post by chapster5 » Wed Jul 24, 2013 5:01 pm

Hi guys,

I am building an opencart shop and have moved the cart from the top of the header to the bottom of the header but it has screwed up the mini cart inside. How can I fix this? Heres what it's doing:

So I have moved it to here:

Image

and when you add products and click on the cart to see what's in it... it does this:

Image

What do I need to change/set?

New member

Posts

Joined
Thu Apr 04, 2013 7:30 am

Post by chapster5 » Wed Jul 24, 2013 5:07 pm

Never mind... I changed

#header #cart {
position: absolute;
top: 0px;
right: 145px;
z-index: 9;
min-width: 300px;
}

to

#header #cart {
position: absolute;
bottom: 5px;
right: 145px;
z-index: 9;
min-width: 300px;
}

and it screwed it royally.

New member

Posts

Joined
Thu Apr 04, 2013 7:30 am
Who is online

Users browsing this forum: No registered users and 27 guests