Help > Layout & Coding Help > Post Reply     

Moving Name and Send Message area Up

Default Avatar
Eyre // andalusians
July 12th, 2016 3:07:15am
114 Posts

Hello all! I'm trying to move the section of name and send message, send buddy request, etc. area up to be in line with the main navigation bar. I'm having trouble isolating which element it is to move the name. Is there a way to override the id currently in place to move just the aforementioned section. You can take a look at this account to see what I mean. Currently Moderator Update and Name/Send Message are below the layout and hovering over the player info boxes. I've gone bonkers with trial and error for a bit and realize I need some help. Any ideas, thoughts, or suggestions?


~Ellie




 


View Comments 1


Player Avatar
Sassafras Tango
July 12th, 2016 4:39:37am
1,230 Posts

 This coding should do the trick I think:

 

/* PLAYER INFO */
.playerinfo b {} /*edits name*/
.playerinfo a {} /* edits Send Message Send Buddy Request BLOCK Player! Report */
.playerinfo a:hover {} /*Hover of the above Links */
.playerinfo {} /* Player Info Container */

 

Look at this forum thread for a great basic template to help with HP coding: here

 

You've got to add in all the specific styles for your layout though.




g0ONrua.gif

 

Default Avatar
Eyre // andalusians
July 12th, 2016 3:17:02pm
114 Posts

Thank you Sassafras! This was just what I needed. :)




 

View Comments 1