This topic has 12 replies, 3 voices, and was last updated 8 years, 9 months ago ago by Robert Hall
I have 10 active categories and would like them to show smaller than they currently and on just two rows.
Does anyone know what i need to change to do this ?
Thanks
Hello,
Please add this code in Theme Options > Custom CSS > Custom CSS for desktop:
.sidebar-position-without .product-category {
width: 23.3% !important;
}
Regards,
Eva Kemp.
Hi Eva,
I followed this step and no change ?
I have 7 active categories and 2 that are awaiting products to be added. I also have another that will be added soon. I would like the main block of categores on the front page to have smaller boxes fitting more than 3 on each row, 5 would be ideal but 4 would work.
Thanks for all your help.
Hello,
I’ve added the following code in Global Custom CSS. Please check.
.sidebar-position-without .product-category {
width: 20% !important;
}
Regards,
Robert Hall.
By doing this the mobile view is now all over the place…
Is there anyway of having this set different for Mobile and PC ?
Hello,
Try to add the code to Custom CSS for desktop section instead of Global Custom CSS.
Thank you.
Regards,
Eva Kemp.
I have found another small issue. When i turn my shop view into categories and sub-categories then boxes do not fit the page correctly.
http://www.blccs.co.uk/products/
Hello,
I’ve added this code in Custom CSS for desktop:
.row-count-5 .product-category {
width: 33% !important;
}
Please check categories now.
Regards,
Eva Kemp.
Perfect. Thank you always Eva.
One last question….. 😉 Where do i set how these categories are ordered as want them in alphabetical order.
Thankyou 🙂
Also is there a way to align the background category image in the centre ?
Or is there a specific size i should be creating this in ?
Hello,
You can drag and drop these categories manually in Dashboard->Products->Categories http://prntscr.com/a6wx1c
Also I’ve edited this code in Global Custom CSS. Please check.
.categories-mask {
position: absolute;
width: 100%;
bottom: 50%;
margin-bottom: -58px;
padding: 15px;
box-sizing: border-box;
background-color: rgba(255, 255, 255, 0.75);
transition: all 0.2s ease-in-out 0s;
right: 0px;
}
Regards,
Robert Hall.
You must be logged in to reply to this topic.Log in/Sign up