DIR Return Create A Forum - Home
---------------------------------------------------------
Create A Forum - Support Forums
HTML https://support.createaforum.com
---------------------------------------------------------
*****************************************************
DIR Return to: Style Support
*****************************************************
#Post#: 18950--------------------------------------------------
How do I remove the random white area under banner?
DIR By: Yvi
Date: September 19, 2017, 6:55 am
---------------------------------------------------------
When banner is not set, there isn't any white random area. But
when I set the banner, whatever will be the size, it appears.
I've tried like 20 different heights and it always appears.
Screenshot of the issue:
[spoiler]
HTML https://image.prntscr.com/image/Fc50IM1NQTm00quE8Q40VQ.png[/spoiler]
I hope it h
as a solution :S the page looks so broken with it.
Thank you in advance
#Post#: 18951--------------------------------------------------
Re: How do I remove the random white area under banner?
DIR By: CreateAForum
Date: September 19, 2017, 7:15 am
---------------------------------------------------------
It's a css issue what is your forum url?
#Post#: 18956--------------------------------------------------
Re: How do I remove the random white area under banner?
DIR By: Yvi
Date: September 19, 2017, 11:12 am
---------------------------------------------------------
The forum is this one:
HTML https://ourlionkingadventure.createaforum.com/index.php
The banner has been added with the options though, I didn't edit
the code directly
#Post#: 18957--------------------------------------------------
Re: How do I remove the random white area under banner?
DIR By: CreateAForum
Date: September 19, 2017, 12:22 pm
---------------------------------------------------------
Would be this in your css
--- Code ---
#header {
background: #fefefe
url("
HTML https://cdn.smfboards.com/caf/themes/dark_yellow/images/theme/main_block.png")<br
/>no-repeat scroll 0 -480px;
padding-left: 20px;
}
--- End Code ---
Change to
--- Code ---
#header {
background: #000000
url("
HTML https://cdn.smfboards.com/caf/themes/dark_yellow/images/theme/main_block.png")<br
/>no-repeat scroll 0 -480px;
padding-left: 20px;
}
--- End Code ---
#Post#: 18959--------------------------------------------------
Re: How do I remove the random white area under banner?
DIR By: Yvi
Date: September 19, 2017, 12:35 pm
---------------------------------------------------------
Thank you so much! At least now doesn't kill eyes :P
A big hug from me and my users!
#Post#: 18960--------------------------------------------------
Re: How do I remove the random white area under banner?
DIR By: CreateAForum
Date: September 19, 2017, 12:39 pm
---------------------------------------------------------
Glad to help.
#Post#: 19472--------------------------------------------------
Re: How do I remove the random white area under banner?
DIR By: RaymondSwope
Date: January 14, 2018, 10:03 pm
---------------------------------------------------------
i'm having the same problem, tried to find the above mentioned
section to edit and it's not the same syntax. so what else
should i try?
#Post#: 19473--------------------------------------------------
Re: How do I remove the random white area under banner?
DIR By: CreateAForum
Date: January 14, 2018, 10:12 pm
---------------------------------------------------------
What is your forum url?
#Post#: 19474--------------------------------------------------
Re: How do I remove the random white area under banner?
DIR By: RaymondSwope
Date: January 14, 2018, 10:15 pm
---------------------------------------------------------
--- Quote from: CreateAForum link ---
>
> What is your forum url?
>
--- End Quote ---
HTML https://thesilentstorm.createaforum.com/index.php
#Post#: 19475--------------------------------------------------
Re: How do I remove the random white area under banner?
DIR By: CreateAForum
Date: January 15, 2018, 3:51 pm
---------------------------------------------------------
It's various simliar it's in this line
--- Code ---
#header {
background:
url(
HTML https://cdn.smfboards.com/caf/themes/dark_blue/images/theme/main_block.png)<br
/>#fefefe no-repeat 0 -480px;
padding-left: 20px;
}
--- End Code ---
*****************************************************
Page 1 of 2
DIR Next Page