lucky7

Registered
hey guys,

iam kinda new to xenforo and just tried to get my logo in the middle of the page.
Can anyone tell me how i can do this ?
 
Just pop this into your extra.css (Appearance -> Templates):

Code:
.XenBase #logo { float: none; text-align: center; }

Additionally if you wanted to only center it at a certain resolution you could wrap it in a media query:
Code:
@media (max-width:@maxResponsiveWideWidth) { .XenBase #logo { float: none; text-align: center; } }

Welcome to XenForo and Pixel Exit :), let me know if you need any further help, don't hesitate to ask.
 
Thanks for your fast reply it works perfekt.

Second problem i got now is that i try to delete the board title from here
https://gyazo.com/51d09877e16ff40ae38cd5dabe666fe3

If i get it right its the board title but i dont find the template to get rid of it.
Do you have an tip for me how i can locate such things in the future ?


----------------------------------------------------------------------------------------------
https://gyazo.com/5d39ad3583e3e87916e02dfdcab36e68

Same here the avatars are to big for the box.
So i need to adjust the size of the box
 
Last edited:

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