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
If the navigation is covering stuff it is possible you are not using wrappers properly. Use account.php as an example for the page.
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
I'm struggling to understand what you're trying to accomplish/what is wrong. Sorry about that.