[Resolved] On page account too much space wp block

Home Forums Support [Resolved] On page account too much space wp block

Home Forums Support On page account too much space wp block

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1098071
    José

    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

    #1098106
    Leo
    Staff
    Customer Support

    Hi there,

    Try this instead:

    pre.wp-block-code {
        padding: 0px;
    }
    #1098218
    José

    Hi Leo, it works perfect … it was simple

    Thank you

    #1098835
    Leo
    Staff
    Customer Support

    No problem 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.