Skip Navigation

[Resolved] Display Width Issue

This support ticket is created 6 years, 1 month ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Hong_Kong (GMT+08:00)

This topic contains 7 replies, has 2 voices.

Last updated by Luo Yang 6 years, 1 month ago.

Assisted by: Luo Yang.

Author
Posts
#1130134
Screenshot_10-18-1.jpg

Hi,

I am viewing a test product post I created which appears to be reduced in page width as shown in the attached screenshot. Is there something I'm doing incorrectly?

#1130516

Hello,

It might be a CSS problem related to your theme, I suggest you follow our document setup the template of single product post:
https://toolset.com/learn/create-an-ecommerce-wordpress-site/single-product/#creating-custom-single-product-woocommerce-templates-steps-to-follow

If the problem still persists, please try this:
Deactivate other plugins and switch to wordpress default theme 2017, and test again.

#1130647

Could this a conflict with Toolset and the Divi Builder?

#1131679

Yes, it could be a CSS compatibility problem, if you need assistance, please provide a test site with the same problem, I need to test and debug it in a live website.

#1131917

Hi Lou,

Thank you for following up. I recalled that there was mention of some conflicts between Divi and Bootstrap and I was able to resolve the issue fully with the following support article: https://toolset.com/documentation/recommended-themes/toolset-divi-integration/matching-divi-styling-using-toolset/

I believe it was setting the section padding on all for sides to 0px is what ultimately resolved the issue as you can see in the following link: hidden link

Thank you for your support.

#1132530

I assume you are going to remove the right margin of the table in your webpage, it should be a CSS problem, you can use CSS codes to override the the CSS settings from your theme, for example:

.et_pb_gutters2.et_pb_row .et_pb_column {
    margin-right: 1% !important;
}

See screenshot:
margin.JPG

#1132596

Thank you for pointing that out. I appreciate your support.

#1133166

Please let me know if you still need assistance for it, you can take a screenshot for what you are going to achieve, I can test and debug it in my Chrome browser, thanks