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
Hello,
I can’t seem to find that line in the file bootstrap.css in the LS plugin css directory.
Regards
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