Need to Move "Create Group" Button
-
I’m a bit of a noob when it comes to some things. I’m totally digging the Graphene theme; however, it seems that the “create group” button for buddypress overlaps the “search groups” button. Is there an easy way to drop it about 20px or so so that it rests underneath the search box?
Yes, you would need to be logged in to see it. As stated before, I’m not that code-savvy, so downloading firebug would do me absolutely no good.
Quote:Yes, you would need to be logged in to see it. As stated before, I’m not that code-savvy, so downloading firebug would do me absolutely no good.Unfortunately, in order to help, we need to get access to the problem area, which is not accessible by us. May be create a dummy account for us to access your site?
Sure! Here’s the dummy account:
graphtest
test2013 for the pass. ^_^
Mod
You can try this:
.button.bp-title-button {
position: relative;
top: 40px;
}but it probably has unintended side effects, because that button is part of your
H1, which it definitely shouldn’t be.Would it be best to just leave it alone, then?
Mod
That code will move the button. I’m just not sure why there is both text and a button inside an
h1element. Has anyone edited any of the BuddyPress files?Nope. I downloaded the theme the other night and installed the buddy press files directly from the plug in directory. Where exactly would the code need to be placed?
Btw, thanks for the help!
Mod
The code I gave you above? Add it to
Graphene Options >> Display Options >> Custom CSS (way at the bottom).
Viewing 10 posts - 1 through 10 (of 12 total)
- 1
- 2
- You must be logged in to reply to this topic.

