Jollyriffic

Registered
So i just configured a few things on the postbit with custom files.
how would i be able to remove the words like facebook, and make the awesome font i've used in all line up horizontally and maybe change the size of them?
img
 
So is your screenshot what you have currently or is that what you're after?

Clarifying just in case, are you wanting to replace the left side words with the font awesome icons, wouldn't it look a little strange with 2 facebook icons? Let me know as I may be misunderstanding.
 
Remove the dd or something like that. The right side would be like the dt. Then you can do a horizontal centering in CSS with:
Code:
display: flex;
justify-content: center;

OR

  1. Create new template.
  2. Insert new template right after the default user info.
  3. Get the codes from the icons.
  4. Insert them in the new template.
  5. Align them horizontally.
  6. Do something like margin-right: 3px so they have a nice separation.
 
So is your screenshot what you have currently or is that what you're after?

Clarifying just in case, are you wanting to replace the left side words with the font awesome icons, wouldn't it look a little strange with 2 facebook icons? Let me know as I may be misunderstanding.
it would be just the awesome fonts, currently they are clickable and wanted the words like "facebook" gone.
then take the awesome fonts and put them in a row
f t etc
not
f
t
etc.

Remove the dd or something like that. The right side would be like the dt. Then you can do a horizontal centering in CSS with:
Code:
display: flex;
justify-content: center;

OR

  1. Create new template.
  2. Insert new template right after the default user info.
  3. Get the codes from the icons.
  4. Insert them in the new template.
  5. Align them horizontally.
  6. Do something like margin-right: 3px so they have a nice separation.
sounds like this might work, i'm a crappy coder, modifying is more my style :p

in addtion there's this another reply from another forum suggested
https://xenforo.com/community/resources/gamer-profiles-pixelexit-com.3678/
likely will still need to do some of the editing for my custom files, but in the meantime i can use that plugin till i figure out the rest :D
thanks!
 

Pre-Sale Questions

If you have any questions or concerns you want to ask before you make a purchase don't hesitate to use one of our multiple support channels for your convenience.

Back