thedigicraft / Atom.CMS

Atom.CMS
56 stars 52 forks source link

css positioning problem #231

Closed v917 closed 7 years ago

v917 commented 7 years ago

My test debug window is coming on top of the footer. I had also put its position: absolute and once position: relative but nothing happened. The jquery hiding feature is working perfectly but this position of debug window is messing all this. Please Help. Thanks in advance.

creptor commented 7 years ago

Can you please upload the index.php file and the .CSS that you're using?

It would help me figure out the problem if you also take a screenshot of the site, to see how it's behaving.

Note: if the debug window is not inside the index.php file, please upload the file that contains it.

creptor commented 7 years ago

So you want the debug window to extend to the bottom of the page, over the footer right?

creptor commented 7 years ago

If that's the case change the #console-debug height:500px; option with:

bottom:0;

v917 commented 7 years ago

ok thanks