Home Forums Weaver Xtreme Theme Spacing on page, CSS

Topic Resolution: Resolved
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #73450
    plumcreek
    Participant

    This page, https://unified-mind.com/membership/ has too much white space between the page header and Login button. The PMP tech said to add the following CSS (see below). When I change it in the browser it tucks up nicely, when I try to add CSS to either Global CSS via the customizer or right on the page it doesn’t work. What am I doing wrong?

    If I put px instead of vw the browser developer tools tells me it’s invalid.

    .pmpro_content_message {padding-top: 2vw;}

    Thanks.

    #73454
    scrambler
    Moderator

    There is a CSS rule on your page that does that. The rule is below

    .pmpro_content_message {padding-top:20vw;padding-right:24px !important;}

    So the first question is where does this rule come from?

    Did you add it, if so just remove the padding-top property.

    .pmpro_content_message {padding-right:24px !important;}

    If you did not add it, then are you using a plugin for that content, and if so, there is likely a setting in the plugin generating that rule.

    If you can locate any of that, you can add the rule below to the Theme Global Custom CSS Rule box to override it

    .pmpro_content_message {padding-top:0px !important;}

     

    #73458
    plumcreek
    Participant

    It’s generated by Paid Membership Pro and they couldn’t help me for some weird reason. Well, she sent me something but it wasn’t working. Your solution worked perfectly, thank you again!

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