MyBB Community Forums

Full Version: How To Make The Logo Banner Full size 100 % I have found !
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi , I have Found How To have a Full 100 % size Logo banner and Not Just At bottom Right

in the Global .csss At line 37 For me is Write Width 85 % i have put 100 % and is Working the logo are as full size.

.wrapper {
width: 100%;
min-width: 970px;
max-width: 1500px;
margin: auto auto;
}


i dont know if The rest of that Tutorial change something but For me i have change in the template

Header Templates ---> Header

line 5,6,7

<div class="wrapper">
<img src="{$theme['logo']}" width="100%" height="100%" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a>
<ul class="menu top_links">



and one more step inside Theme Your Theme

Board Logo
Location of the board logo used in this theme (this is the logo that appears at the top of each page).

/images/logo.png

you need to put your picture There or use An Url like

https:// testtest/testimage.jpg (like .jpg picture ) .. normally is Been working

Good day !
If is not working in all computer That tutorial i want to add That in the css


.wrapper {
width: 100%;
min-width: 970px;
max-width: 1500px;
margin: auto auto;
}


change 1500 px for 1900px


.wrapper {
width: 100%;
min-width: 970px;
max-width: 1900px;
margin: auto auto;
}
I've just followed your instructions and I've been able to install a new banner on the Volare Love Dark theme, which is great!!

The banner and pages are all ok, from Portal to threads, as shown by this screenshot:

[Image: r2JSdXp.png]


But the Home page where the index sits, is cut off towards the right side of it, as shown in this screenshot here:


[Image: sIpr2gy.png]

How can I fix this?

Also, I've reduced the size of the banner (resized it) but it's still a bit big. Is there a way to bring its ratio down?


Thank you so much for the help,

Solarius.

Website: https://rogue-nation.com/mybb