CSS how to smaller full width
-
Hi i have the following problem:
The Full Width Layout is just to big.
I need it like 90%. I tried soo many codes. But none is Working:This is the F12 Code:
class=”page-template page-template-page-blank page-template-page-blank-php page page-id-739 logged-in admin-bar theme-flatsome woocommerce-demo-store woocommerce-js full-width lightbox nav-dropdown-has-arrow customize-support”I tried:
.yith-wcaf.yith-wcaf-registration-form.woocommerce { width: 70%; } and
.yith-wcaf.yith-wcaf-registration-form.woocommerce {
width: 90%;
margin: 0 auto;
padding: 0 10px;
}and a few others. Nothing works. What am i doing wrong?
The page I need help with: [log in to see the link]
- The topic ‘CSS how to smaller full width’ is closed to new replies.