Amatory Posted April 29, 2014 Share Posted April 29, 2014 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 More sharing options...
vekia Posted April 29, 2014 Share Posted April 29, 2014 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;} 1 Link to comment Share on other sites More sharing options...
Amatory Posted April 29, 2014 Author Share Posted April 29, 2014 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 More sharing options...
Amatory Posted April 29, 2014 Author Share Posted April 29, 2014 (edited) 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 Edited April 29, 2014 by justusguys (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted April 29, 2014 Share Posted April 29, 2014 thank you for posting solution for your second problem i marked topic title as solved. with regards, Milos 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