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



UserSpice
css help - Printable Version

+- UserSpice (https://userspice.com/forums)
+-- Forum: Miscellaneous (https://userspice.com/forums/forumdisplay.php?fid=28)
+--- Forum: Off-topic Discussions (https://userspice.com/forums/forumdisplay.php?fid=10)
+--- Thread: css help (/showthread.php?tid=1013)



css help - pahalprashant - 03-23-2018

I have activated blank css in secondary userspice css, can anyone provide with some code that i can add in that file to make the navigation bards and userspice headder dont cover the pages as they cover the page headings


css help - Brandin - 03-23-2018

If the navigation is covering stuff it is possible you are not using wrappers properly. Use account.php as an example for the page.


css help - pahalprashant - 03-23-2018

when i add the code

require_once 'users/init.php';
require_once $abs_us_root.$us_url_root.'users/includes/header.php';
require_once $abs_us_root.$us_url_root.'users/includes/navigation.php';
if (!securePage($_SERVER['PHP_SELF'])){die();}

on the php files the css of header is different than on my userspice because i changed its css

how to i change the css for this code


css help - Brandin - 03-23-2018

I'm struggling to understand what you're trying to accomplish/what is wrong. Sorry about that.