Home Forums Themes Support Claue How to center right side of the page

Viewing 3 reply threads
  • Author
    Posts
    • #16609

      Hello,

      How can I center the right side of the page just like it is in the example.jpg image?

      The try edit.jpg image is how the website looks like right now and I’d like to align everything and center it.

      Thank you!

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

      Hi,

      Please add below code to custom css

      .summary.entry-summary.jas-sidebar-sticky.ts__05 {
      	text-align: center;
      }
      
      .flex.between-xs.middle-xs.price-review {
      	display: inline-block;
      }
      
      .variations_form .yith-wcwl-add-to-wishlist {
      	left: 185px;
      }
      
      .quantity.pr.fl {
      	float: none;
      	margin: 0;
      }

      Best regards

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

    • #16617

      Thank you so much Harry!

      Just one more thing, how can I center the swatches? Please see image

      Thank you!

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

      Hi,

      Please add below code

      .swatch__list,
      .swatch__list--item {
      	display: inline-block;
      }

      Best 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.