Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author weblizar

    (@weblizar)

    Hi Chikurubhi,

    It’s a minor CSS conflict.

    Follow Below Steps To Fix This:

    1) Install “Wp Editor” for plugin code editing.

    2) Go to Admin Dashboard –> Plugins –> Plugins Editor

    3) Select to open file bootstrap.css in plugin’s CSS Directory and find below code;

    .span9, .aq-template-wrapper .aq_span9 {
        width: 870px;
    }

    4) Update code by commenting out width property:

    .span9, .aq-template-wrapper .aq_span9 {
        /* width: 870px; */
    }

    5) Save file check page preview.

    And let us know.

    Thanks for using Lightbox Slider Gallery plugin.

    With Pleasure
    Weblizar

    Thread Starter chikurubhi

    (@chikurubhi)

    Hello,

    I can’t seem to find that line in the file bootstrap.css in the LS plugin css directory.

    Regards

    Plugin Author weblizar

    (@weblizar)

    Hi Chikurubhi,

    Sorry my mistake.

    Just add below CSS code in our plugin’s bootstrap.css file.

    .span9, .aq-template-wrapper .aq_span9 {
        width: 800px !important;
    }

    And let me know.

    Regards
    Alex

    Thread Starter chikurubhi

    (@chikurubhi)

    Alex,

    Nice. That fixed it.

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Menu gets messed up’ is closed to new replies.