trying to adjust the size of categories left side column boxes. I've done it before in my custom css, but forgot what .div to look for. thanks for the help
trying to adjust the size of categories left side column boxes. I've done it before in my custom css, but forgot what .div to look for. thanks for the help
admin > config > layout settings > Column Width - Left
admin > config > layout settings > Column Width - Left Boxes
Zen-Venom Get Bitten
thanks for the reply but I am trying to change the height of the boxes, not the width. I am pretty sure its in my css somewhere
The height auto expands to accomodate the contentsI am trying to change the height of the boxes
Zen-Venom Get Bitten
yea but I don't want to change my width
The height auto expands to accomodate the contents not the width -yea but I don't want to change my width
So do not alter the width
Zen-Venom Get Bitten
yea but I don't want to change my width
So do not alter the width
Zen-Venom Get Bitten
you can only adjust the width in admin, to change height, it must be done in your css, I just can't find the right .div
I finally found it: You just have to change the padding in this .div
.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .leftBoxHeading, .centerBoxHeading,.rightBoxHeading, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
margin: 0.0em
text-align: center;
padding: .5em 0em;