sanyo13 Posted September 25, 2013 Share Posted September 25, 2013 Hello Everybody! Here comes my next newbie question. Can i remove all the borders from subcategories, and make the pictures bigger? And would be great if the picture would be rounded by the description. Link to comment Share on other sites More sharing options...
vekia Posted September 25, 2013 Share Posted September 25, 2013 the questions is: about what images you're talking? about category images? (subcategories?) about main category image? about product thumb images? shed some light on this please Link to comment Share on other sites More sharing options...
sanyo13 Posted September 25, 2013 Author Share Posted September 25, 2013 Talkin about the subcat images. When u click on a categories u can see the subcategories, and there example: http://qautohifi.hu/index.php?id_category=8&controller=category Link to comment Share on other sites More sharing options...
vekia Posted September 25, 2013 Share Posted September 25, 2013 remove border param from: #subcategories ul li a { width: 82px; display: block; padding: 16px; border-width: 1px; border-style: solid; text-decoration: none; } its a part of: http://qautohifi.hu/themes/newthemefix/css/global.css line 1733 if you want to change size - you need to change it in back office, go to preferneces > images and increase width and height for medium_default image type, then regenerate thumbnails (on the same page is option to regenerate thumbs) Link to comment Share on other sites More sharing options...
sanyo13 Posted September 25, 2013 Author Share Posted September 25, 2013 Well, I must say that You are awesome! The thumbnails size r oke now, but teh subcategories shouldnt be in one line. I mean the size is okey but they r o neach others and not in a new row. Link to comment Share on other sites More sharing options...
vekia Posted September 25, 2013 Share Posted September 25, 2013 it's because there (in <li> <a> object) is not enough space for big pictures in this case you will have to change <li><a> object width: #subcategories ul li a { width: 82px; display: block; padding: 16px; border-width: 0px; border-style: solid; text-decoration: none; } just remove width param from code above, it's a part of http://qautohifi.hu/themes/newthemefix/css/global.css 1733 (the same as before) Link to comment Share on other sites More sharing options...
sanyo13 Posted September 25, 2013 Author Share Posted September 25, 2013 Well, no words! You are holyawsum Thanks a lot again! Link to comment Share on other sites More sharing options...
vekia Posted September 25, 2013 Share Posted September 25, 2013 you're welcome im going to mark this topic as [sovled] if you will have any additional questions - feel free to continue discussion best regards 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