Jump to content

Cart in Navbar size?


Recommended Posts

you can deal with paddings inside .shopping_cart > a:first-child css definition inside blockcart.css

as far as i remember something near line 30

Yeah ive figured out how to make it look aligned after alot of experimenting.

 

However how can i change the left padding? If i move the cart over to the right side it has a large padding that i havent figured out how to change?

Link to comment
Share on other sites

to what padding you're reffering? im lost a little

 

 

 

Hello

 

Are you just trying to condense the cart from:

This:

http://screencast.com/t/5PvupyfXy

 

To this:

http://screencast.com/t/Q6kmuzHS

 

If so then change the padding to this:

 

 

  .shopping_cart > a:first-child {

    padding: 1px 10px 4px 95px;
    background: #333333;
 
Paul

 

Im refering to the left side of the Cartblock. Uploading a picture to illustrate.

 

 

 

post-751579-0-62501500-1420231727_thumb.jpg

Link to comment
Share on other sites

×
×
  • Create New...