New Landing How can we help? Atelier Center product detail content on product pages

Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Atelier
  • #190832
    GTS75
    Member
    Post count: 240

    How can I center the breadcrumbs, title, sku, categories and share content on the product detail pages?

    #190876
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Add this to your custom css:

    .woocommerce div.product div.summary {
      text-align: center;
    }
    .woocommerce div.product .summary h3.price {
      float:none;
    }

    – Kyle

    #191049
    GTS75
    Member
    Post count: 240

    Thans Kyle. Any chance it’s possible to center the size variation, quantity and add to cart functions?

    #191051
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Try this:

    .variations_button {
      width: 270px;
      margin: 0 auto;
    }

    – Kyle

    #191055
    GTS75
    Member
    Post count: 240

    That worked! And that’ll stay that way even after theme/wordpress/woocommerce updates?

    #191059
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Yes if you have added to Theme Options > Custom CSS

    – Kyle

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register