-
Hello,
I have several containers with text elements one below the other on a page. The containers have a global style with a padding of 8 rem.
However, this distance is too large for me. How can I reduce it?
What happens if I change the value in the global style? Will the spacing then be smaller everywhere on the website that uses this global style?
-
Hi there,
Do you want the change only for specific containers or all containers the global style applies to?
-
only for specific containers. Because I did not know what the global style does.
-
if only for specific containers, you can add paddings to the container itself, it will override the global style.
-
Okay thanks. I find it quite difficult to find the container and the place where these settings are made, but I will try.
-
Open the list view should help.
- You must be logged in to reply to this topic.