plug-in pages pushing page height
-
Hi,
I’ve noticed on my pages that include a plug-in to be active (https://nationalruralpressclub.org/event/mark-lynas-seeds-of-science/ or https://nationalruralpressclub.org/register/individual/ for example) the white space in the page is encroaching onto my page menu bar.
Is there a way to fix this? It looks untidy.
Thankyou :)
The blog I need help with is: (visible only to logged in users)
-
Hi there,
It is likely the plugins you are using on those pages are adding some styling of their own that is overriding your theme’s styling. What plugins are you using on those pages? This is likely something that the plugin developer might need to fix from their end, as it’s impossible to make our themes compatible with every plugin that exists out there in the WordPress ecosystem.
Meanwhile, this CSS should help as a temporary fix:
/* Pushes down content so it doesn't overlap the menu on events pages without a featured image */ @media screen and (min-width: 1000px){ .content-wrapper.with-featured-image { margin-top: 10px; } }Go to My Site ->Customize ->Additional CSS, and paste the code there.
Also note that your Business Plan gives you access to 24/7 live chat and priority email support. Please use that when you need help with your site in future, as these forums are for supporting free WordPress.com sites and primarily staffed by volunteers who do not have access to the tools needed to help you with your site’s advanced features.
- The topic ‘plug-in pages pushing page height’ is closed to new replies.