How can I increase the padding in my custom liquid block description?

I recently made my description full width by putting it into a custom liquid block. But it is too close to the edges, is there a way to increase the distance from the borders?

my Shop URL is @wintertimewonder.myshopify.com

password is 123

Hi @Nickoleo ,

You can customize the css for this description tag by accessing the base.css file on the theme, adding the css style as shown in the image below and customizing the parameters as desired.

Or access the base.css file, copy and paste the following code and customize it as you like:

.color-background-1 {
    padding: 100px 100px 100px 100px;
    text-align: justify;
}

I hope that it’s useful to you. If you need any further help, please let me know.

1 Like

Thank you so much, I have another question regarding the product page.

Is there a way to center my product?

It also applies to my home page

how could I center the testimonials and in general all the elements.
Once again thanks!