On this page, the blog, https://riadlahboul.com/new/blog/ the logo and menu have white space above pushing it down the screen and covering part of the content text.
It seems that one of the plugins you're currently using is injecting additional CSS into the body tag, causing the header to be displaced (refer to the attached image).
If the plugin is indispensable for your site, I recommend addressing this concern by applying some supplementary CSS code. To do so, please follow these steps:
Navigate to Appearance -> Customize.
Select "Additional CSS."
Insert the following code:
body { position: static !important; }
This adjustment should help restore the correct positioning of the header. Let me know if you encounter any issues or if further assistance is needed.
On this page, the blog, https://riadlahboul.com/new/blog/ the logo and menu have white space above pushing it down the screen and covering part of the content text.
Hi Bob,
It seems that one of the plugins you're currently using is injecting additional CSS into the body tag, causing the header to be displaced (refer to the attached image).
If the plugin is indispensable for your site, I recommend addressing this concern by applying some supplementary CSS code. To do so, please follow these steps:
This adjustment should help restore the correct positioning of the header. Let me know if you encounter any issues or if further assistance is needed.
Best, Elena
Attached files: Screenshot 2024-01-17 at 16.45.05.png
Perfect thank you that worked.
Sounds great!