Tagged: x
-
AuthorPosts
-
September 30, 2016 at 12:45 am #1196926
Jeremy PParticipantI have a full-width site which works great for most pages, but I have some other pages that end up looking bad. For example: I have a Memberpress membership site, and when somebody views a page that’s protected from them it will show them a custom “unauthorized” page that I have no control over in WordPress’s Pages, so I can’t change the page layout. I only have a little WordPress editor to use within the Memberpress settings, and it gives me the visual or text tabs, but not the cornerstone tab.
So for a page like this: http://smartnutrition.ca/happy-healthy-eaters-course/
How could I give it a container or padding so it’s not all pushed far left?
September 30, 2016 at 1:10 am #1196946
Rue NelModeratorHello There,
Thanks for writing in! It sounds like you might be having an issue with a third party plugin or script. Regretfully, we cannot provide support for third party plugins or scripts as our support policy in the sidebar states due to the fact that there is simply no way to account for all of the potential variables at play when using another developer’s plugin or script. Because of this, any questions you have regarding setup, integration, or troubleshooting any piece of functionality that is not native to X will need to be directed to the original developer.
For the meantime to contain the contents within the page, please add the following css code in the customizer, Appearance > Customize > Custom > CSS
.entry-content.content .mp_wrapper .mepr-unauthorized-message, .entry-content.content .mp_wrapper .mepr-login-form-wrap { max-width: 800px; margin: 0 auto 30px; }Thank you for your understanding.
October 1, 2016 at 11:54 pm #1199021
Jeremy PParticipantThat didn’t work. But for anyone else needing help on this, this CSS in style.css did the trick
.mp_wrapper {
padding-left: 70px;
padding-right: 70px;
}October 2, 2016 at 2:46 am #1199083
ChristopherModeratorThanks for sharing.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1196926 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
