squarespell

Squarespace

Product Name and Price on One Line

Want to display the product name and price on the same line in your Squarespace shop?

  • Free
  • Squarespace
  • CSS
  • Updated 7 Aug 2026
Product Name and Price on One Line
Align Product Name and Price on One Line in Squarespace.png

Looking for a way to place the product title and price on the same line in your Squarespace shop? In this tutorial, we’ll use a simple CSS snippet to move the product price up, so it sits next to the title under the image. Follow these easy steps to make your store layout cleaner and more professional!

1. How it Works

From your Squarespace dashboard, select your website.

Click on Pages from the left-hand menu.

Scroll down and go to Website Tools.

Click on Custom CSS.

2. Add this code to CSS

CSS8 lines
.grid-main-meta {
  display: inline-flex;
  justify-content: space-between;
  width: 95%;
  }
 .grid-prices {
    margin-top:10px!important;
    }

To apply this code into your Squarespace site, simply follow the steps provided. If you encounter any issues or need further assistance, feel free to reach out to us—we’re here to help!