Home Forums Themes Support Claue margins

Topic Resolution: Resolved
Viewing 3 reply threads
  • Author
    Posts
    • #24878

      hello Harry,

      how can I correctly change margins as attached on the product page, I want the lines to show closer to each other

       

      thank you

      Attachments:
      You must be logged in to view attached files.
    • #24890

      Hi Mag,

      Please add below code

      .woocommerce-variation-price .price,
      .jas-wc-single .entry-summary > :not(:last-child),
      .product-quickview .entry-summary > :not(:last-child),
      .swatch__title,
      .variations_form .variations {
      	margin-bottom: 20px;
      }
      .swatch__title {
      	margin-top: 0;
      }
      .variations_form .variations {
      	padding-top: 0;
      	margin-top: 20px;
      }

      Regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #24898
      This reply has been marked as private.
    • #24904

      Hi Mag,

      Please add below code to fix button on quickview

      .product-quickview button#give-as-present {
      	margin-top: 10px;
      }

      Regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

Viewing 3 reply threads

You must be logged in to reply to this topic.