jamesdi Posted October 9, 2013 Share Posted October 9, 2013 Hi, is it possible to change the subcategory list view to 3 columns instead of 4? Thanks James Link to comment Share on other sites More sharing options...
vekia Posted October 9, 2013 Share Posted October 9, 2013 hello about what part of site you're talking? categories block? horizontal menu? or maybe about something else? can you shed some light on this please? also give us information about ps version and theme that you use. Link to comment Share on other sites More sharing options...
jamesdi Posted October 9, 2013 Author Share Posted October 9, 2013 Thanks for the quick reply! See the link below I am using the Leo Converse theme the subcategory images are displayed in 4 columns, I would like to make it 3 columns so that the images can be larger. My ps version is 1.5.5.0 http://www.rugoutlet.ie/index.php?id_category=6&controller=category Link to comment Share on other sites More sharing options...
vekia Posted October 9, 2013 Share Posted October 9, 2013 @media (min-width: 1200px) .row-fluid .span3 { width: 23.076923076923077%; } just change width param it's a part of bootstrap-responsive.css file Link to comment Share on other sites More sharing options...
vekia Posted October 9, 2013 Share Posted October 9, 2013 width: 30%; effect: Link to comment Share on other sites More sharing options...
jamesdi Posted October 9, 2013 Author Share Posted October 9, 2013 It still isn't right as ps is putting 4 subcategory images in <div class="row-fluid"></div> after changing the span width if you scroll down it doesn't look right. Is there a way to tell ps to just put 3 subcategories into that div? Link to comment Share on other sites More sharing options...
dtimon Posted March 7, 2014 Share Posted March 7, 2014 It still isn't right as ps is putting 4 subcategory images in <div class="row-fluid"></div> after changing the span width if you scroll down it doesn't look right. Is there a way to tell ps to just put 3 subcategories into that div? Yes, you can change $subcategory@iteration%4==0 --> $subcategory@iteration%3==0 in category.tpl Best regards Link to comment Share on other sites More sharing options...
vekia Posted March 7, 2014 Share Posted March 7, 2014 thank you for information, you're author of this theme? 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