SearchPanes not centered

SearchPanes not centered

AlessandrovaAlessandrova Posts: 24Questions: 7Answers: 0

Here is my table:
https://daado.altervista.org/ecc.php

When the SearchPanes button is clicked, the pane is correctly triggered but it is not centered in the page.
I attach a screenshot of the issue.

I'm afraid it might be caused by Bootstrap, but I have included all the css files.

Any suggestions? Thanks.

This question has an accepted answers - jump to answer

Answers

  • kthorngrenkthorngren Posts: 21,322Questions: 26Answers: 4,949
    Answer ✓

    Looks like you are loading multiple versions of Bootstrap5 both 5.3.0 and 5.3.3. Also you are loading datatables.css and datatatable.js and the extensions mulple times. I would start by cleaning up the libraries being included so there aren't any conflicts. Choose the version of Bootstrap you want and remove the other. Use the Download Builder to get all the Datatables libraries with the chosen styling framework of Bootstrap 5.

    Kevin

  • AlessandrovaAlessandrova Posts: 24Questions: 7Answers: 0
    edited September 24

    Thanks, Kevin.
    The <head> section of my page was indeed messy. I cleaned it up and now it looks fine, except for the dark background when the SearchPane is on.
    I guess I'd better check my css files.

Sign In or Register to comment.