The following warnings occurred:
Warning [2] Undefined variable $unreadreports - Line: 26 - File: global.php(961) : eval()'d code PHP 8.2.25 (Linux)
File Line Function
/global.php(961) : eval()'d code 26 errorHandler->error
/global.php 961 eval
/printthread.php 16 require_once



UserSpice
Add spacing to top of page when collapsed - Printable Version

+- UserSpice (https://userspice.com/forums)
+-- Forum: Support Center (https://userspice.com/forums/forumdisplay.php?fid=23)
+--- Forum: UserSpice 4.3 and Below (https://userspice.com/forums/forumdisplay.php?fid=26)
+--- Thread: Add spacing to top of page when collapsed (/showthread.php?tid=596)



Add spacing to top of page when collapsed - cjm1000 - 06-15-2017

I have manged to achieve the spacing (padding) I want at the top of my page, via my own CSS file. I am loading the bootstrap.min.css first and then my own CSS. I have added a padding-top of 60{3bc1fe685386cc4c3ab89a3f76566d8931e181ad17f08aed9ad73b30bf28114d} to the body to adjust the content below the navigation in my CSS. However, when the screen size is reduced where the menu collapses, the content moves back up under the navbar.

What am I missing here? Where can I adjust this?


Add spacing to top of page when collapsed - firestorm - 06-16-2017

you'll need to create css for smaller devices see the bootstrap 3 docs or heres a link to a run through,
https://css-tricks.com/snippets/css/media-queries-for-standard-devices/