Forum Replies Created
-
Yeah we have disabled, and deleted it.
It presents itself more for an “as is” installation.I really havent got the time to re code an entire theme, due to cross polination of class and id tags, and incompatible css structure.
Many thanks tho for your replies.
Its controlled by NAV element.
Just had a quick look in default.css
div.item-list-tabs {
clear: left;
overflow: hidden;
margin: 25px -19px 20px -19px;
background: #eaeaea;
}
div.item-list-tabs ul li a {
text-decoration: none;
}div.item-list-tabs ul {
width: 100%;
}
div.item-list-tabs ul li {
float: left;
margin: 5px 0 0 5px;
}
div.item-list-tabs#subnav ul li {
margin-top: 0;
}div.item-list-tabs ul li:first-child {
margin-left: 20px;
}div.item-list-tabs ul li.last {
float: right;
margin: 7px 20px 0 0;
}
div.item-list-tabs#subnav ul li.last {
margin-top: 4px;
}div.item-list-tabs ul li.last select {
max-width: 175px;
}div.item-list-tabs ul li a,
div.item-list-tabs ul li span {
display: block;
padding: 5px 10px;
text-decoration: none;
}
div.item-list-tabs ul li span {
color: #aaa;
}div.item-list-tabs ul li a span {
display: inline;
padding: 0;
color: inherit;
}div.item-list-tabs ul li.selected a,
div.item-list-tabs ul li.current a {
background-color: #fff;
color: #555;
font-weight: bold;
-moz-border-radius-topleft: 3px;
-webkit-border-top-left-radius: 3px;
-moz-border-radius-topright: 3px;
-webkit-border-top-right-radius: 3px;
}
ul li.loading a {
background-image: url( ../images/ajax-loader.gif );
background-position: 92% 50%;
background-repeat: no-repeat;
padding-right: 30px !important;
}
div#item-nav ul li.loading a {
background-position: 88% 50%;
}div.item-list-tabs#object-nav {
margin-top: 0;
}div.item-list-tabs#subnav {
background: #fff;
margin: -15px -19px 15px -19px;
border-bottom: 1px solid #eaeaea;
min-height: 35px;
overflow: hidden;
}div.item-list-tabs ul li.feed a {
background: url( ../images/rss.png ) center left no-repeat;
padding-left: 20px;
}Change the #colours to suit.
I think that is correct. Apologies if not
Ok on this link: http://sitehelp.com.au/members/
I have added to my core css:
div#bpcontainer {
position: relative;
width: 698px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-right: 1px solid #e0e0e0;
border-bottom: 1px solid #e0e0e0;
background: #fff;
overflow: hidden;
}
body.activity-permalink div#bpcontainer {
background: none;
border: none;
}And in the index.php of the link above, I have changed:
toBut the sidebar still isnt sitting next to content.
I added:before
in the bottom of that index.php file.
Its nearly there, but any help appreciated. Then I can set about globally changing stuff
hmm.. I am just looking at that in default.css of buddypress.
Will go and investigate , thanks.Oh and also, we have had to disable WP-SEO as we were getting db errors.