Jump to content

Problem - positioning cart


Recommended Posts

Hello  :) 

I need help to position my shopping cart, to the right. As you can see on the image it is positioned in the middle, i want it to be placed "absoulute right" as the arrow shows. 

I will be very happy recieving your help. I am new user of Presta...

Thank you and i excuse my bad english... :)

post-937748-0-17641100-1424202998_thumb.png

Link to comment
Share on other sites

Go to    ...themes/default-bootstrap/css/modules/blockcart and edit the blockcart.css file:

 

Here is what I did to position the cart to right and moved up as well

 

Padding-top was 50

added margin-right:-400px

change to how you like:

 

You can copy and paste this in the css file, it is the very first block.

 

#header .shopping_cart {
  position: relative;
  float: right;
  padding-top: 20px;
  margin-right:-400px }
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...