BuddyPress Search Button Alignment

Posted in: Newspaper
Post count: 13

I am adding BuddyPress to my site and noticed a problem with the alignment of the search button. I attached a screenshot showing the problem. I need to know how to fix the alignment of the button because it looks terrible at the moment.

Also, how do I make all the sidebar headers black? Sometimes they are grey or blue and I want them to be black only. The screenshot shows this problem too.

screenshot

Here is a link to the page.

Post count: 22421

Hello,

I will add this to our buglist so we can add the css fix in the future updates. Until then please add this code in the theme panel->custom css:

@media(min-width:767px){
#search-members-form #members_search_submit{
left: 0!important;;
}}

As for the headers, it depends where the header gets it’s style. In this case it’s a buddypress style that affects the header color.
You can use this css code to target ALL block titles at once and have them the color that you want:

.td-main-sidebar .block-title > span{
background-color:black!important;
}

Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.