This topic has 17 replies, 3 voices, and was last updated 9 years, 4 months ago ago by Eva Kemp
Hi there,
I’m trying to figure out how to change the layout to “WIDE”. There is a setting in Blanco to change from “boxed” to “Wide”, yet it does not really change the layout (except of removing the background).
Another question: how to increase the size of the product catalogue images? Changing the images sizes in woocommerce setting does not seem to affect anything? Is there any way to change it within the theme?
Also, do you have anyone on your end to hire for custom work with the theme?
Thank you
Hello,
Please provide us with wp-admin panel credentials in Private Content.
Unfortunately you have to hire a developer via some freelance sites as our specialists are busy due to theme updates.
Please take our apologies for inconveniences.
Regards,
Eva Kemp.
Hi Eva, please see in private content credentials for test site that have all latest versions of Blanco and Woocommerce. Please let me know how I can change the layout to true WIDE. And if possible, to increase the size of the product catalogue images.
Thank you
Hello,
Please add this code in custom.css file:
@media only screen and (min-width: 960px){ .containerInner {
width: 1200px !important;
}
#default_products_page_container {
width: 900px !important;
}
#products-grid.products_grid .product-grid {
width: 280px !important;
}
#products-grid .product-image {
width: 280px !important;
}}
To create custom.css you need rename default.custom.css to custom.css in wp-content/themes/blanco directory via FTP and enable it in Blanco – Theme Settings, tick “Enable Custom CSS file”.
Best regards,
Jack Richardson.
Thank you, Jack! I have done this, and the site displays wide now! Yet, I get into another problem: product catalogue (shop page) does not display products correctly. There is now a layout problem on shop / product catalogue page. I set 4 products / per row and NO Sidebar. Yet, there is still a side bar space displayed (empty) and the products (4/per row) do not displayed inline (displayed 3 products inline, then 1 product, etc). How can we fix it? I need products (4 or 5 per line) displayed properly. This is the main reason to make website in WIDE layout. Please help. Thank you!
And also, how to make the product images in product catalogue displayed in bigger size? Much appreciated.
Hello,
I’ve added this code to make images bigger:
.no-sidebar #products-grid.products_grid.rows-count4 .product-image img {
max-width: 300px;
max-height: 300px;
}
and this one to fix the layout issue on Shop page:
#default_products_page_container {
width: 100% !important;
}
Please clear browser cache and check.
Best regards,
Jack Richardson.
Hi Jack, thank you! It worked, yet that caused another problem with layout: Product NAME, PRICE and “Add to Cart” (“Select Options”) box are CUT OFF. This is in product catalogue (shop page). Is it possible to align this data properly? Much appreciated, once again!
Hello,
I’ve added this code in custom.css file:
.no-sidebar #products-grid.products_grid.rows-count4 .product-image {
height: 300px;
}
Please check Shop page now.
Best regards,
Jack Richardson.
Thank you, Jack! Looks good so far. One more question: how to make it work with the side bar enabled, if I need to? Same 4 big products/per line plus side bar. I need the side bar for filtering. Unless there is a way to display the filtering by size, brand, etc on TOP (not side).
Thank you once again!
Hello,
If you use sidebar then add this code in custom.css file:
#default_products_page_container {
width: 960px !important;
}
.with-sidebar #products-grid.products_grid.rows-count4 .product-image img {
max-width: 220px;
max-height: 220px;
width: 200px !important;
height: 300px !important;
}
.with-sidebar #products-grid.products_grid.rows-count4 .product-image {
height: 220px !important;
}
Best regards,
Jack Richardson.
Thank you, Jack. Tried that, but now 4 products do not aligned in Product Catalogue (Shop) page. It displays 3 products, then 1 product, etc…. Very sorry for asking you once again, if possible to fix this. Very much appreciated.
Hello,
I’ve commented this code:
#default_products_page_container {
width: 100% !important;
}
and edited this one:
#products-grid.products_grid .product-grid {
width: 220px !important;
}
Please check Shop page.
Best regards,
Jack Richardson.
Thank you, Jack! Now 4 products with side bar aligned, yet they are disproportional… not long enough (too wide). very sorry for the trouble.. and thank you so much, once again, for your help!
Olga
Hello,
I’ve edited the code:
.with-sidebar #products-grid.products_grid.rows-count4 .product-image img {
max-width: 220px;
max-height: 400px;
width: 200px !important;
height: 300px !important;
}
.with-sidebar #products-grid.products_grid.rows-count4 .product-image {
height: 300px !important;
}
Please check your site now.
Best regards,
Jack Richardson.
Thank you, Jack. That looks much better! Although some of the products (different photo sizes) displayed not proportionally (too long – height), e.g. bags and shoes. And another problem is a layout of a single product page – not centred – due to WIDE overall layout (the content is more on the left and the right hand side is blank). Appreciate if you can provide any suggestions on how the above 2 issues can be fixed. Thanks a lot, again!
Hello,
The images for bags and shoes differ because your original images are small. Try to upload them in higher resolution or change height value in the css code.
Try to use this code in custom.css for single product pages:
#product-page .product-images {
margin-left: 200px !important;
}
Regards,
Eva Kemp.
Tagged: bigger catalogue images, how to, make, themes, wide layout, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up