Home › Forums › Weaver Xtreme Theme › Spacing on page, CSS
- This topic has 2 replies, 2 voices, and was last updated 2 months ago by
plumcreek.
-
AuthorPosts
-
September 26, 2023 at 18:54 UTC - Views: 17 #73450
plumcreek
ParticipantThis 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.
September 27, 2023 at 16:04 UTC - Views: 11 #73454scrambler
ModeratorThere 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;}
September 27, 2023 at 16:47 UTC - Views: 7 #73458plumcreek
ParticipantIt’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!
-
AuthorPosts
- You must be logged in to reply to this topic.