- This topic has 4 replies, 2 voices, and was last updated 9 years, 9 months ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › WP eStore General Questions › Customizing Fancy Style differently for grid display
Hello, I’m facing this issue using the [wp_eStore_category_products_fancy id=2 style=6] (style 6):
Products are aligned well in a grid and that’s ok, BUT, if I add modifiers to one or more products (like Size or Item Number) it creates a misalignment of the grid near the products with active modifiers, leaving even 1 or more blank spaces in the grid, moving object down.
NOW, a solution could be avoid modifiers in the “home” page, and just adding them in the personal page/post of the product (visible if I click on the product name). BUT, if I set modifiers in MANAGE PRODUCT they’ll be visible boyt in the home and the page of the object, even changin Fancy style…
is there a way to have a clean grid with all the products shown and adding modifiers and other infos only in the page with just one product?
Please post a link to the page where you have the grid display so I can inspect it and give you a solution.
Right, sorry didn’t think to this
Here is the store [http://www.mexicanstandoffstudio.com/store/]
Modifiers make some grid element bigger than others, so the grid is messed up!
let me know,
thanks!
Grab this custom css plugin:
https://www.tipsandtricks-hq.com/wordpress-custom-css-plugin-6413
Then enter the following CSS in there:
.eStore_fancy6{
height: 360px;
}
It should set a minimum height for each of the fancy6 blocks and fix that unevenness created by the variations or modifiers.
Fine, it worked! Thak you!