-
Author
-
November 30, 2015 at 09:38 #90029
Loyal_Customer
ParticipantHello,
I made the profile avatar bigger, and the buttons next to it (“Add Friends” and “private message”) shifted down under it. They are supposed to be next to the avatar, but they have moved under the avatar instead.
Could you please tell me how to move these buttons back up next to the user’s avatar on the profile page?
They are circled in red on the attached picture.
Thank you.
December 1, 2015 at 00:11 #90208Laura
ModeratorHello, i would need to see it to fix it, and as your website is offline then is a bit difficult
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionDecember 1, 2015 at 02:10 #90224Loyal_Customer
ParticipantHello,
I just need to move the buttons over to the right a little more, so that they can adjust back up next to the avatar (Please see attached image).
Where in the theme template files can I find the original css responsible for the position of these buttons?
December 2, 2015 at 04:13 #90463Laura
ModeratorHello, yes this css will help you 🙂
COPY CODEdiv#item-buttons { margin-left: 60px; }Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionDecember 4, 2015 at 17:59 #91215Loyal_Customer
ParticipantIt worked. Thanks! How can I change the color of each individual button?
Please see attached example.December 6, 2015 at 05:59 #91448Laura
ModeratorHello, this css will do it 🙂
COPY CODE.friendship-button a { background-color: black !important; } div#post-mention a { background-color: black !important; } a.send-message { background-color: red !important; }Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionDecember 7, 2015 at 20:28 #91746Loyal_Customer
ParticipantThank you 🙂 Can you please tell me how I can change the color of the border around the main avatar on the profile page.
December 9, 2015 at 21:29 #92223Laura
ModeratorHello, you can use this css
COPY CODEdiv#item-header-avatar img { background-color: black; }🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionDecember 12, 2015 at 17:13 #92815Laura
ModeratorYou are welcome 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
You must be logged in to reply to this topic.