• Dear,

    Thanks for the plugin. I like it.

    However I have a small problem.
    When I activate your plugin, the menu of my theme is moved a bit on the left.

    I am using wordpress multisite, theme magazine basic.

    Feel free to have a look at my website. https://www.pixshopping.com.
    you can see the main manu is not center how it should but a bit on the left.
    I wanted to send you the screenshots like before and after the activation of your plugin but I think is impossible to send them here…

    Thanks for you help.
    Paddy

    https://www.ads-software.com/plugins/os-our-team/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Paddy

    (@pcasciaro)

    Any help on this?

    I had to deactivate the plugin. Waiting for your help to fix the bug above.

    Thanks.

    Hi Paddy,

    Sorry for the delay,

    This is because some theme style overrides the plugin styles. Please check it from your end. You can override the plugin style using ‘Custom CSS’ from plugin settings.

    Thread Starter Paddy

    (@pcasciaro)

    well it’s actually only your plugin causing this problem.
    So i don’t think it is my theme.
    It would be nice to understand why when I activate your plugin the menu of my pages are moved 5 mm on the left, not inline with the webiste layout.

    Thanks for helping.
    Please have a look at my website if you wanna have an idea of the menu.
    I will leave your plugin activate for all today.

    Thanks.
    Paddy

    Hi Paddy,

    We have checked your site and the issue is that we are using some bootstrap style in our plugin( ie,
    .row {
    margin-left: -15px;
    margin-right: -15px;
    } ). The same class is used in your menu wrapper causing the menu shift -15px to left. So you can use the below css for overriding this css
    #page #header.row {
    margin-left: 0;
    margin-right: 0;
    }

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘menu moved on the left’ is closed to new replies.