Q: I use BGS, but the background image is not fullscreen and leaves a gap

A: This can happen if your template applies some general styles to ul li

When using certain templates, the eXtro BGS may inherit styles for ul li from the template. If these styles contain a margin or padding, you may see a gap for the background image, i.e. the background image appers not to be fullscreen and can leave a white stripe (or whatever the background color is set to).

To prevent this, you should add the following line to your CSS file:

#extrobgs ul li { padding: 0; margin: 0; }


This removes the margin and padding that gets inherited from the template, and displays the background images as they should. This issue affects eXtroBGS until V2.1.0, and will be corrected in the next release (V2.1.1)

2024-03-22