Jump to content

[SOLVED] Subcategory images are messed up?!


Recommended Posts

Hello,

 

I am trying to figure out how to fix this issue that I have. I have looked all over Google and the forums. I can not find out how to fix it.

 

So ideally I need to change the size of my subcategory images.

 

I wish to have 170x232 and this has been setup in preferences -> images.

 

Take a look and you will see what I mean http://justusguys.co.uk/16-bondage

 

Is there anyway someone could help me out please?

 

Thanks in advance.

Link to comment
Share on other sites

 

in your stylesheet file try to use this code:

 

 #subcategories li {width:170px!important; height:auto!important;}
 #subcategories li a img {width:170px!important; height:auto!important;}

Thank you very much it is now the sizes I wish to have. However I have another issue now, the text link below the image is hidden (it's there I can see some of it). It looks like the image is overlapping it, do you need any code to fix it?

 

Thanks in advance!

Link to comment
Share on other sites

I have fixed the category links being hidden by the images.

 

For anyone who may need this;

 

In global.css I edited the line: #subcategories ul li a.lnk_more_sub {

 

Before:

#subcategories ul li a.lnk_more_sub {
  margin: 12px 0 0px 0;
  font-size: 13px;
  font-weight: bold;
  font-style: italic;
  color: #777777;

 

After:

#subcategories ul li a.lnk_more_sub {
  margin: 0px 0 0px 0;
  font-size: 13px;
  font-weight: bold;
  font-style: italic;
  color: #777777;

 

Thanks :D

Edited by justusguys (see edit history)
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...