Title: Align + space
Last modified: March 22, 2022

---

# Align + space

 *  Resolved [alessandroa](https://wordpress.org/support/users/alessandroa/)
 * (@alessandroa)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/align-space/)
 * Hello,
 * I cannot edit these 2 things…
 * 1) In the shop archive: ([https://beautychic.shop/shop](https://beautychic.shop/shop))
   
   How can i set space between stars of review and product title? How can i center
   price? There is no option… [https://clip2net.com/s/4fehqga](https://clip2net.com/s/4fehqga)
 * 2) in the mobile cart: ([https://beautychic.shop/cart/](https://beautychic.shop/cart/))
   
   how can i center and align the 2 buttons? [https://clip2net.com/s/4fehLjE](https://clip2net.com/s/4fehLjE)
 * 3) in the “proceed with checkout” page there are 2 lines, how can i remove the
   upper one? ([https://beautychic.shop/checkout/](https://beautychic.shop/checkout/))
   
   [https://clip2net.com/s/4fehO4G](https://clip2net.com/s/4fehO4G)
 * (Last question: are these “errors” my fault or it’s the plugin?)
 * Thank you very much
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Falign-space%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 5 replies - 1 through 5 (of 5 total)

 *  [Prosenjit Barman](https://wordpress.org/support/users/prosenjitbarman/)
 * (@prosenjitbarman)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/align-space/#post-15486744)
 * Hello, [@alessandroa](https://wordpress.org/support/users/alessandroa/)
    Thanks
   for reaching out to us!
 * Thanks for clarifying the issues you are having. I have tested the Templates 
   you have mentioned in this thread with a default configuration but haven’t found
   any issues there. The alignment controller is working and the layout is showing
   fine in my development environment. So the issues you are having are specifically
   happening on your end. But, don’t worry, We are here to take care of the issues!
   Please find the solution to your issues below-
 * 1. Please check [this screencasting](https://d.pr/v/48NGj5) to understand how
   you can set a space between the Rating and product Name and also center the Price.
 * However, I also have checked your shop page and noticed that a Height is getting
   added([Screenshot](https://d.pr/i/guGxZc)) to the Product Title. Removing that
   Height also solves the Gap issue between Rating and Product Title. To remove 
   that height, please copy the CSS from below and paste it to **Appearance > Customize
   > Additional CSS** section.
 *     ```
       .shopengine-archive-products .woocommerce-loop-product__title {
           height: unset !important;
       }
       ```
   
 * 2. A margin of 10px is applied to the WooCommerce Buttons which is causing the
   buttons to not aligned properly. This issue can be solved by applying CSS codes.
   Please copy the CSS from below and paste it to **Appearance > Customize > Additional
   CSS** section.
 *     ```
       .shopengine-table__footer .shopengine-footer-button {
           margin: 10px 0px 0px 0px !important;
       }
       ```
   
 * 3. Since you have added two products to your Cart, on checkout, those two products
   are showing in two lines. The Line will be increased or decreased based on the
   number of products that the user wants to purchase. If any of the lines is removed,
   users will not be able to confirm which product/s they are going to purchase.
   For that reason, the lines can’t be hidden. I hope you can understand. If I missed
   the main point of this query, then please let me know. I will be happy to assist
   you further.
 * I hope the solutions mentioned above will help you to fix your issues. If you
   need any further assistance, please let me know.
 * Best Regards,
    Prosenjit
 *  Thread Starter [alessandroa](https://wordpress.org/support/users/alessandroa/)
 * (@alessandroa)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/align-space/#post-15493220)
 * thank you really much!
 * i’vee seen the screencast, very clear! I’ve already done that editing but the
   price won’t go in the center! Can’t understand why….
    [http://clip2net.com/s/4ffFUjw](http://clip2net.com/s/4ffFUjw)
 * The other things have been fixed!! Thank you!!!
 * Another problem with the plugin template: i’ve edited the shop and that’s super
   but when i go into the categories there is no style like the shop!
 * Look at one example: [https://beautychic.shop/product-category/borse-personalizzabili/](https://beautychic.shop/product-category/borse-personalizzabili/)
 * Does your plugin cover categories? I though that would have shown the category
   as the main shop but filtering the products by category!
 * I cannot even edit this with elementor…
 * Is there a solution to this?
 * thank you for all your effort!!
 *  [Prosenjit Barman](https://wordpress.org/support/users/prosenjitbarman/)
 * (@prosenjitbarman)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/align-space/#post-15494314)
 * Hello, [@alessandroa](https://wordpress.org/support/users/alessandroa/)
    Hope
   you are doing well!
 * I have checked the Shop Page and noticed that the pricing isn’t aligned to the
   center yet. On a closer inspection, I have noticed that the Combined CSS feature
   is enabled on the Optimizer plugin enabled on your site which can be a reason
   behind this issue. Will you please try disabling that feature? Alternatively,
   this issue can also be solved by applying Custom CSS code. Please copy the CSS
   code from below and paste it to **Appearance > Customize > Additional CSS** section.
 *     ```
       .shopengine-widget .shopengine-archive-products .products .product .price {
           justify-content: center !important;
       }
       ```
   
 * I hope it will help. the Shop page Layout will not change the layout of the Archive
   pages like Category. In order to customize the Category Pages as well as other
   Archive Pages, Please create an **Archive Template** by navigating to the **ShopEngine
   > Builder Template**. Select the Template Type as Archive and customize that 
   template according to your needs. That template will be displayed on the category
   pages after that. I hope you can understand.
 * Let me know if there is anything else that you need help with. We are always 
   here to assist you.
 * Best Regards,
    Prosenjit
 *  Thread Starter [alessandroa](https://wordpress.org/support/users/alessandroa/)
 * (@alessandroa)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/align-space/#post-15503859)
 * Thank you man!!
 * I’ve been trying and things are solved once again!!
 * It’s really hard to set things to ecommerce…
 * Thank you, have a nice day and may god give you the best
 * Alessandro
 *  [Prosenjit Barman](https://wordpress.org/support/users/prosenjitbarman/)
 * (@prosenjitbarman)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/align-space/#post-15504690)
 * Hello, [@alessandroa](https://wordpress.org/support/users/alessandroa/)
    Hope
   you are doing well!
 * I am glad to be able to assist you in solving the issues. Feel free to reach 
   us regarding any queries or clarifications. We are always here to assist you.
 * Best Regards,
    Prosenjit

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Align + space’ is closed to new replies.

 * ![](https://ps.w.org/shopengine/assets/icon-256x256.gif?rev=2505061)
 * [ShopEngine Elementor WooCommerce Builder Addon – All in One WooCommerce Solution](https://wordpress.org/plugins/shopengine/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/shopengine/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/shopengine/)
 * [Active Topics](https://wordpress.org/support/plugin/shopengine/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/shopengine/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/shopengine/reviews/)

## Tags

 * [categories](https://wordpress.org/support/topic-tag/categories/)
 * [style](https://wordpress.org/support/topic-tag/style/)

 * 5 replies
 * 2 participants
 * Last reply from: [Prosenjit Barman](https://wordpress.org/support/users/prosenjitbarman/)
 * Last activity: [4 years, 2 months ago](https://wordpress.org/support/topic/align-space/#post-15504690)
 * Status: resolved