Archived topic
On page account too much space wp block
3 replies · Started by José on December 8, 2019
Viewing posts 1–4 of 4
Hi there
I am looking to reduce the space that exists at the beginning of the account page, especially in the mobile version.
I tried the following css line:
.pre.wp-block-code {
padding: 0px;
}
But I got no result. Is there another way to customize the space on this page?
see account page
account page
Thankyou very much
Hi there,
Try this instead:
pre.wp-block-code {
padding: 0px;
}
Hi Leo, it works perfect ... it was simple
Thank you
No problem :)
This archived topic is closed to new replies.