Okay
  Public Ticket #3563564
Blog page menu
Closed

Comments

  • Bob started the conversation

    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.  

  •  236
    Elena replied

    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:

    1. Navigate to Appearance -> Customize.
    2. Select "Additional CSS."
    3. 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.

    Best, Elena

    Attached files:  Screenshot 2024-01-17 at 16.45.05.png

  • Bob replied

    Perfect thank you that worked.

  •  236
    Elena replied

    Sounds great!