How can I adjust my webpage width to 80%?

Hii

how do I change the page width to 80% ? https://taneraskin.com/pages/karriere

xoxo

Isa

1 Like

Hi @isabellemaria ,

You can increase the width of the page in your blogs by following the instructions below

  1. From your Admin page, go to Online store > Themes > click the three dots > Edit code

  2. Find the Section folder, and open the main-article.liquid file

  3. Find the FIRST word “page-width–narrow”, and delete it. Make sure to click SAVE

See image below

Hi @isabellemaria ,

This is Victor from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/base.css->paste below code at the bottom of the file:

.page-width.page-width--narrow.section-template--17813028241676__main-padding {
   max-width: 80%;
}

Hope my answer will help you.

Best regards,

Victor | PageFly

@isabellemaria

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file base.css

Step 3: Paste the below code at bottom of the file → Save

.page-width.page-width--narrow.section-template--17813028241676__main-padding {
  max-width: 80%;
}