- This topic has 7 replies, 4 voices, and was last updated 9 years, 11 months ago by .
Viewing 8 posts - 1 through 8 (of 8 total)
Viewing 8 posts - 1 through 8 (of 8 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 › eStore – big boxes around text and pictures
Tagged: css, customization, fancy, Product Display
when using shortcode in the shop- around the items I have a big empty box about 20 cm.
Where is problem ? I think it makes the installation of the latest version (7.1.5)
Please post a link to the page in question so we can see it.
[http://member.academy21.cz/0-pokus/]
it is test page
@tmicka, Please do the following:
1) Install our WP Custom CSS plugin: http://www.tipsandtricks-hq.com/wordpress-custom-css-plugin-6413
2) Add this piece of CSS code in the settings area of custom CSS plugin:
.eStore-fancy-wrapper{
height: auto;
}
Look OK, thank you
Having the same problem. I added the custom CSS plugin, and added the CSS code above. Trying to shrink the boxes around my product images and text. Using Visual Composer feature. not sure if that impacts it.
and the link to the page I am talking about is [http://thekingsmen.org/store/]
Your CSS issue is slightly different. Use the following CSS tweak in the custom CSS plugin:
.eStore-product-fancy2{
height: auto !important;
}