Correct usage of the sidewide.css
-
1. Which version of WPMU are you running? WORDPRESS MU 2.7.1
2. Did you install WPMU as a directory or subdomain install? DIRECTORY
3. If a directory install, is it in root or in a subdirectory? ROOT
4. Did you upgraded from a previous version of WPMU? NO
5. Was WPMU functioning properly before installing/upgrading BuddyPress? YES
6. Which version of BuddyPress (BP) are you running? BUDDYPRESS 1.0.1
7. Did you upgraded from a previous version of BP? NO
8. Do you have any plugins other than BuddyPress installed and activated? NO
9. Are you using the standard BuddyPress themes or customized themes? IN PROGRESS TO CUSTOMIZE THE STANDARD THEME
Dear Developers, dear Community
first of all I want to thank you for developing and maintaining such a great system as buddypress. At the moment I am still in the progress of working in, but I will use it very soon to help a friend building up a social community.
While doing so I encountered a problem with the bphome and bpmember differenciation of the standard theme. As I only want to modify the appereance of the standard theme I’m trying to use the sidewide.css as much as possible. But due to the different coding of the header.php files in bphome and bpmember I think I am left no choice but modifying those.
The exact problem is:
sidewide.css
html {
background: #333333;
height:100%;
}
body {
background: #FFFFFF;
font-size: 12px;
width: 1000px;
margin: 0 auto;
}
#search-login-bar {
background-color:#FFFFFF;
background-image:url(../images/logoforweb.png);
background-repeat:no-repeat;
padding-top: 118px;
height:10px;
}
#header {
float:right;
position:relative;
top:-140px;
left:-30px;
background-color: transparent;
}
#header h1 a {
background: none;
width: 1px;
height: 1px;
}
The “logoforweb.png” is a picture with 901*118 px – the idea I want to realize is to put the navigation bar onto the logo. But due to different elements in the bphome and in the bpmembers headerfile, the orientation is not the same (luckily IE, Firefox and Opera are at least going along with each other )
Do you see any other possibility than just altering the header.phps?
Kind regards
- The topic ‘Correct usage of the sidewide.css’ is closed to new replies.