Forum Replies Created
-
Okay I figured it out…I had to change the 960px width to 100% in the style.css file for the lifestyle theme. The new code looks like this and it now works;
#subnav {
width: 100%;
background: #006c9f;
font-family: Arial, Tahoma, Verdana;
font-size: 10px;
font-weight: bold;
color: #FFFFFF;
text-shadow: #333333 1px 1px;
text-transform: uppercase;
clear: both;
overflow: hidden;
}Thanks everyone for your suggestions.
Here is a screenshot of the exact title bar and am trying to adjust – http://cityofexpertsstlouis.com/wp-content/themes/lifestyle/images/buddypress.jpg
Thanks so much Nit3watch and Boone Gorges. Where do I find the style.css that needs to be changed? I looked in both of the style sheet for the lifestyle theme and there is no wp-admin-bar element.
I did a search and the only files within my theme, the buddypress plugin and the bp-template-pack that has the text ‘wp-admin-bar’ are the following files:
adminbar.css – http://cityofexpertsstlouis.com//wp-content/plugins/buddypress/bp-themes/bp-default/_inc/css/adminbar.css
bp-core-adminbar.php – http://cityofexpertsstlouis.com//wp-content/plugins/buddypress/bp-core/bp-core-adminbar.php
bp-core-cssjs.php – http://cityofexpertsstlouis.com//wp-content/plugins/buddypress/bp-core/bp-core-cssjs.php
default.css – http://cityofexpertsstlouis.com//wp-content/plugins/buddypress/bp-themes/bp-default/_inc/css/default.css
global.js – http://cityofexpertsstlouis.com//wp-content/plugins/buddypress/bp-themes/bp-default/_inc/global.js
rtl.css – http://cityofexpertsstlouis.com//wp-content/plugins/buddypress/bp-themes/bp-default/rtl.cssThanks again for your help.