Size problem

Hi everyone,

Does anyone knows how to fix the horizontal size of a store? In the following img, its show how the text goes to the right.

link: https://muussee.myshopify.com/

pass: musse

theme: Dawn.

Thanks!

1 Like

Hi @OnlyS

Check this one.

From you Admin page, go to Online Store > Themes

Select the theme you want to edit

Under the Asset folder, open the main.css(base.css, style.css or theme.css)

Then place the code below at the very bottom of the file.

.product__description pre#tw-target-text {
    white-space: normal;
    padding-right: 10px;
}

And Save.

Result:

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!

1 Like

It works fine in the product page (fix the text) but don’t know why, the whole page doesn’t fit the screens.

As you can see in this image, there is a horizontal bar because of the size of the page.

Please, Like and Mark Solution to the post that helped you. Thanks!

For the other issue, check 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 “theme. Liquid” file. Find the tag and paste the code below before the tag.


And Save.

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!

1 Like