MyBB Community Forums

Full Version: full siz logo
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hello, i want the logo in my forum to be in full size and seems to be only half. how to fix it?

here is a photo for exampale: http://prntscr.com/incao2
You can find that in the header templates.

Admin CP -> Templates & Styles -> Templates -> * Your Theme * -> Header Templates -> header

Now you can remake the logo or use width and height tags to make it bigger or longer.

Example :

<img src="images/example.png" alt="Home" width="XX" height="XX" />

The XX will be replaced with the number you want.

https://www.w3schools.com/tags/att_img_width.asp