Roaringdragon Posted August 17, 2014 Share Posted August 17, 2014 Hey, sorry for all these questions. So I'm looked throughout the blockcart.css file but I can't figure out how to do these 3 things. 1) Move the items in cart up so that it is directly under the cart button. I changed the code on line 7 from padding-top: 50px; to padding-top: 0px; now the items in the cart aren't lined up. 2) How do I adjust the height of the cart block? Adding height to the shopping_cart class doesn't seem to do anything. and finally 3) How do I move the shopping cart button right, so that it is flush with the sign in button? Thanks! Link to comment Share on other sites More sharing options...
vekia Posted August 18, 2014 Share Posted August 18, 2014 due to the fact that you already modified your theme - please share url without url it will be a little hard to help Link to comment Share on other sites More sharing options...
Roaringdragon Posted August 18, 2014 Author Share Posted August 18, 2014 www.licandt.com Link to comment Share on other sites More sharing options...
zionlion Posted October 14, 2014 Share Posted October 14, 2014 Hey, sorry for all these questions. So I'm looked throughout the blockcart.css file but I can't figure out how to do these 3 things. 1) Move the items in cart up so that it is directly under the cart button. I changed the code on line 7 from padding-top: 50px; to padding-top: 0px; now the items in the cart aren't lined up. 2) How do I adjust the height of the cart block? Adding height to the shopping_cart class doesn't seem to do anything. and finally 3) How do I move the shopping cart button right, so that it is flush with the sign in button? Thanks! How did you fix it? Please............ Link to comment Share on other sites More sharing options...
zionlion Posted October 14, 2014 Share Posted October 14, 2014 How did you fix it? Please............ To those looking for the answer to this since the op forgot to post the solution... Line 7 is where you would change padding-top: 50px to 0px and line 165 change top: 95px to 45px. Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now