How can I increase table width and padding on my webpage?

Hi there,

idk if it’s possible but I wanna increase the white space of the table. But I only wanna increase it to the width. So I’m looking for two things:

  1. How can I increase the whole width of the table? I have the feeling it is limited by the page layout.

  2. How can I only increase the padding of the vertical / outer lines of the table?

https://taneraskin.com/pages/about

Best,

Isa

Hello @isabellemaria
I would like to give you the recommendation to support you so kindly follow steps below:

  1. Go to your Online store > Themes > Edit code
  2. Open your theme.liquid file
  3. Paste the below code before
{% if page.url == '/pages/about' %}

{%endif%}

I hope the above is useful to you.
Best regards,
GemPages Support Team

Hi @isabellemaria

This is Victor from PageFly - Shopify Page Builder App

First you need to increase the width of the page - width first, it is setting to narrowed, that’s why the table is in small width.

Please add this code to your theme.liquid above the to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the


Hope this can help you solve the issue

Best regards,

Victor | PageFly

Thank you! Only I would like to have more padding on the right side. Right now, the text ends and then the white space also ends. What I would like to have is that after the text ends, there is like 1 cm more white space on the right.