Hello everything. As a person who knows nothing about http coding, I finally found a way to align the whole table to the center. But I still can’t find any ways to make the empty spaces (above and below the texts) in the cell smaller.
Can anyone help? Thank you very much..
https://summerizeint.myshopify.com/pages/shipping
password: skaung
Hi @Newbie_shpfy ,
You can try the following codes.
- In your Admin page, go to Online store > Themes
- Choose the theme you want to edit then click Actions > Edit code.
- Open the base.css under the Asset folder.
- Add the code below.
.rte table:not([class]) td {
padding: 0 1.2rem;
}
To reduce the space further, use the code below.
.rte p {
margin: 0;
}
Thank you!! It worked!! You saved my day, buddy! 