Expanse theme: change the product title space

Hi there,

I need the help. Could you help me move the “product title” in the same row of “product image”?

product URL: https://topestshop.myshopify.com/products/95-2-inch-l-shaped-reversible-computer-desk

Password: cowsko

1 Like

Hi @topestshop ,

You can follow the instruction below:

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.css->paste below code at the bottom of the file:
.product-single__meta {
   padding-top: 5px !important;
}

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.

please add below css in bottom of assets/theme.css file

.product-single__meta {
padding-top: 8px;

}
Thank you.

@topestshop

.product-single__meta {
   padding-top: 0px !important;
}
  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.css->paste Above code at the bottom of the file:
1 Like