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
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.