How to change the position of DataTable on my website?
How to change the position of DataTable on my website?
VenoM
Posts: 17Questions: 9Answers: 0
Greetings, I'm a beginner and I want to know, how do I change the position of the table on my website? As the code is complex and I'm still, a beginner. I'd like someone to answer this.
The styling i'm using for my datatable: https://datatables.net/examples/styling/bootstrap.html
My website is: www.game-explorer.netai.net
Thanks in advance!
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Where is the table at the moment, and where do you want it to go?
The table is at the bottom of the page and I want it to position it under the logo.
Try this link: https://game-explorer.netai.net/index2.php
https://imgur.com/a/8d4ms
As you can see above, the table is just above the footer and I would like it to appear just below the table OR you can say, in the middle of the page.
There seems to be a large graphic occupying the top half of your page. I suggest that this is not a DataTables problem, more a case of revising your own HTML.
What I'd suggest is disabling DataTables for a short time to rule out any possibilities of it because the cause of the layout issue. And then adjust your HTML / CSS as required to get the layout you want.
Once that layout is ready, reenable DataTables and it should just work automatically.
Allan
Thank you! I'll do so!