Jump to content

[SOLVED] how to change subcategories appearance?


sanyo13

Recommended Posts

remove border param from:

#subcategories ul li a {
width: 82px;
display: block;
padding: 16px;
border-width: 1px;
border-style: solid;
text-decoration: none;
}
 
 
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

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...