liquidvoyage Posted December 30, 2014 Share Posted December 30, 2014 Im trying to figure out how to change the cart size so it fits correctly in the nav bar? Currently its too high and isnt alligned with the other things in the navbar.Any ideas?http://www.liquidvoyage.eu Link to comment Share on other sites More sharing options...
liquidvoyage Posted December 31, 2014 Author Share Posted December 31, 2014 Bump Link to comment Share on other sites More sharing options...
mickeyboy1 Posted December 31, 2014 Share Posted December 31, 2014 Not sure what you mean... The only difference i can see is the font is a little bigger in cart Link to comment Share on other sites More sharing options...
vekia Posted January 2, 2015 Share Posted January 2, 2015 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 Link to comment Share on other sites More sharing options...
liquidvoyage Posted January 2, 2015 Author Share Posted January 2, 2015 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 More sharing options...
vekia Posted January 2, 2015 Share Posted January 2, 2015 to what padding you're reffering? im lost a little Link to comment Share on other sites More sharing options...
Paulito Posted January 2, 2015 Share Posted January 2, 2015 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 Link to comment Share on other sites More sharing options...
liquidvoyage Posted January 2, 2015 Author Share Posted January 2, 2015 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. Link to comment Share on other sites More sharing options...
vekia Posted January 2, 2015 Share Posted January 2, 2015 from class of main <div> of the cart block remove pull-right Link to comment Share on other sites More sharing options...
Recommended Posts