Desktop version of header image is cut off

  • Unknown's avatar

    Hi,

    1.) I have a website where the desktop version of the header is getting cut off. On mobile or phone versions it looks fine. I used the recommend pixeI size. Is there a way to fix this without changing themes? I am using the Panel theme to host a comic but it has been retired so I would like to keep it is I can.

    2.) is there a way to display the menu below my header image?

    Thanks
    Monica

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi Monica,

    Since the Panel theme hasn’t been updated in over 2 years, it might have some compatible issues if you are using a newer version of WordPress.

    However, I did find this link that might help you with the sub menu issue you are experiencing on the other thread.

    You might be able to find what you are looking for from the Panel theme support forum here

    I hope this helps.

  • Unknown's avatar

    thanks so much! That solved it!

  • Unknown's avatar

    Hi Monica,

    I forgot to add the solution to your header issue on my previous response.
    Your content container has a margin-top of -300px when using the custom header. You can override it by adding some custom CSS like this:

    .custom-header .site-content,
    .custom-header.home .site-main {
    margin-top:0 !important;
    }

    I hope this helps

  • The topic ‘Desktop version of header image is cut off’ is closed to new replies.