MyBB Community Forums

Full Version: CSS tweeks help please
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7
Thanks i saw the thread you were looking at and did it anyway is there a way i can stretch the panel all the way across the forum there are two small gaps on each side.
(2013-01-10, 03:05 AM)BaconSammich Wrote: [ -> ]Thanks i saw the thread you were looking at and did it

Exactly. Most of the questions that you are asking you can find an answer by searching around the forum.

(2013-01-10, 03:05 AM)BaconSammich Wrote: [ -> ]there a way i can stretch the panel all the way across the forum there are two small gaps on each side.

Try to add this to the #panel:

width: 100%;
Lol it only stretched to the right it didn't go to the left.
That's probably because of the container. I don't know how to fix this, you should wait for someone else to answer this.
Im trying to edit the welcome block or panel whatever its called http://valentinotesting.icyboards.net/

I want it to look like the welcome block on http://wweforums.net/ this forum how can i do this?
This is offtopic, but what is this called?
[Image: 1MoKl]
Please dont post on a support topic that isnt related to the question have asked this is my topic for my question to be answered.
http://valentinotesting.icyboards.net/index.php

I am trying to make the header above the grey line have a solid background how do i do that?
http://valentinotesting.icyboards.net/index.php

I am trying to make the header above the grey line have a solid background how do i do that?
Two quick fixes, I guess.

Your #banner add
#banner {
background: #000;
margin-top: -40px;
}

To your body add (just the margin part)

body {
margin: auto;
}

And on your #panel take away the 100% width.
Pages: 1 2 3 4 5 6 7