Hi,
We have encountered many padding problems, with buttons and non-editable pages (shop, all instructors, courses, ect.).
Is it possible to change the padding so that they don't overlap?
Thanks.
Hello @ADMINVENICEMESH,
Please share proper screenshots and page URL as well that will help me to find out the issue, what you want to change from your website, after that I will share proper code with you,
Thanks,
This reply has been marked as private.
This reply has been marked as private.
This reply has been marked as private.
This reply has been marked as private.
This reply has been marked as private.
Hello @ADMINVENICEMESH,
Use this code paste in appearance>>customization>>custom css for this hide this
https://feelclass.it/wp-content/uploads/2020/04/Schermata-2020-04-29-alle-14.54.29.png,
body.page-template-create_content.page-template-create_content-php div#create_course_wrapper ul.course_extras i.fa.fa-object-ungroup {
display:none !important;
}
- Use this code for this issue https://feelclass.it/wp-content/uploads/2020/04/Schermata-2020-04-29-alle-12.21.12-.png
div.footertop div.footerwidget div.widget_shopping_cart_content p.woocommerce-mini-cart__buttons.buttons a:last-child {
margin-left:10px !important;
}
Thanks,