Shopify debut theme - product description

Hi, is there a way to move my description to the right of the screen? On the screenshot below - I’m displaying how I want it - thank you in advance! (I’m using DEBUT theme)

1 Like

HI @Suaverro

Can you provide you website so we can take a look? Thank you

1 Like

stadview.com

Click

Shop now

Maps

Landing Pad 13

1 Like

HI @Suaverro

Thank you for the info. If this is what you want, see image below, please follow the instructions below

  1. From your Admin Page, click Online Store > Themes >Actions > Edit code
  2. In the Asset folder, open the theme.scss.css
  3. Paste the code below at the very bottom of the file.
@media only screen and (min-width: 750px) {
div#section-template--16142505574627__main {
    display: flex;
}

#section-template--16142505574627__main > div.product-single {
    width: 50%;
}
}
1 Like

I really appreciate the response, but unfortuantely, that is not how I want it. I’ve displayed a screenshot below of how I imagined it.

it’s pretty similar to how you made it, but not exactly the same.

The type of result I want is the same thing that’s on the default shopify theme.

1 Like

@Suaverro

Thank you for more information. You can follow the instructions instead

  1. From your Admin Page, click Online Store > Themes >Actions > Edit code
  2. In the Section folder, open the product-template.liquid
  3. Find the code below

          {{ product.description }}
        

Refer to image below:

  1. Highlight the said code, and Ctl + x to cut the code, paste it before {% form. Refer to the image below for placement. Make sure to click SAVE

1 Like

For some reason I can’t find that code; my product description. liquid file seems to be coded a lot differently than what it’s displayed on the screenshot you sent.

Did you take into consideration that I’m using the DEBUT theme, perhaps that’s why the code is different?

Hi @Suaverro

I see your using DEBUTIFY, not Debut theme. Sorry. I do not have access to that theme

1 Like