• Hello

    Simple Lightbox Gallery

    When placing a gallery (shortcode) in the page, the main menu is pushed up and covers the header of the page. This only happens when the gallery is used.

    Can you please help with this, thank you.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support weblizar_support

    (@weblizar_support)

    hi @techgraphics,

    This is CSS conflict with the plugin. Please apply the following CSS in your theme custom CSS, it will fix the issue.

    .menu-header{
    top: 0px;
    }

    Please notify us after applying the solution.

    Thank you.

    Thread Starter techgraphics

    (@techgraphics)

    Thanks for the support and apologies for delay in replying. I was awaiting the notification email which never arrived.

    I put in the code and it moved the menu down slightly.

    I have added the code below which lowers the page and menu to the correct position but for some reason the banner at the top is still cropped.

    .header{
    height: 170px;
    }

    http://www.elworth-farmhouse.co.uk/index.php/our-garden/

    Plugin Support weblizar_support

    (@weblizar_support)

    hi @techgraphics,

    please apply following CSS to theme custom CSS

    .custom-header{
    min-height: 170px;
    }
    .menu-header {
    top: 26px;
    }

    Please notify us after applying above code.

    Thank you.

    Thread Starter techgraphics

    (@techgraphics)

    Hello
    Thanks for the code it worked on the page with the gallery but now all the other pages are wrong.
    BUT DON”T WORRY. The client has just decided to change the theme, so thank you for your time and hopefully the problem will go away with the change.

    Plugin Support weblizar_support

    (@weblizar_support)

    hi @techgraphics,

    you are welcome.

    Thank you for using our plugin.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Gallery moves main menu into header’ is closed to new replies.