How to re-design complete the look section

I want to re-design complete the look section for my page. I want to change it as shown in the image. Would appriciate if someone shares the code with me. My page link : https://techshieldny.com/collections/iphone-curved-case/products/floraglow-iphone-curved-case

Hi,

What theme you are using ?

I am using optimal theme

Hi @uchiha123

Try this one.

  • From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
  • Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  • In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
.gridItem.tc {
    display: flex;
    justify-content: space-between;
    text-align: left !important;
}
button.gridAddToCartBtn {
    height: 30px;
    width: 70px;
}

Thanks so much. It worked. :slightly_smiling_face: :slightly_smiling_face: