- 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 Tweaks › Adjust width of 'eStore-product eStore-fancy-wrapper'
I am using [wp_eStore_fancy1 id=7] as my product options and the ‘box’ as seen here
[http://www.glassdesignsbyvictoria.com/product.jpg]
I have a shopping cart in the right sidebar. Is it possible to reduce the size of the product box (where the border is) so they cart will come up alongside the product. Thank you.
The product display automatically extends to the size of the page/post body. The sidebar should be completely separate and not be affected by whatever is in the main body of the page. I am not 100% sure if your theme is specifying the correct CSS for the sidebar. Please post a link to that page so I can inspect the CSS code.
Thank you for your response. I am using the Spun theme and here is a link to what I am talking about [http://www.glassdesignsbyvictoria.com/?p=104]
Yeah the theme’s structure looks a little messed up. Do the following theme test and you will see how it is not an issue:
https://support.tipsandtricks-hq.com/forums/topic/test-to-identy-a-conflicting-theme-or-plugin
I will also tell you how to make the width of the product box smaller. It probably won’t really solve your issue though (because of the above reason).
Do the following to use a different/smaller width for the fancy2 product box:
1) Grab this plugin:
https://www.tipsandtricks-hq.com/wordpress-custom-css-plugin-6413
2) Add the following CSS in there:
.eStore-product-fancy2[
width: 500px;
}
.eStore-product-fancy2-footer{
width: 490px;
}
Thank you so much for your time!