News:

Create A Forum Installed

Author Topic: How do I remove the random white area under banner?  (Read 1682 times)

0 Members and 1 Guest are viewing this topic.

Offline CreateAForum

  • Administrator
  • *****
  • Posts: 7191
  • Karma: 328
    • View Profile

Badges: (View All)
Avatar Linux User Tenth year Anniversary
Re: How do I remove the random white area under banner?
« on: September 19, 2017, 05:22:26 pm »
Would be this in your css
Code: [Select]

#header {
    background: #fefefe url("https://cdn.smfboards.com/caf/themes/dark_yellow/images/theme/main_block.png") no-repeat scroll 0 -480px;
    padding-left: 20px;
}
Change to
Code: [Select]
#header {
    background: #000000 url("https://cdn.smfboards.com/caf/themes/dark_yellow/images/theme/main_block.png") no-repeat scroll 0 -480px;
    padding-left: 20px;
}
Like Create A Forum? Support me at https://www.patreon.com/vbgamer45/

 

Related Topics

  Subject / Started by Replies Last post
0 Replies
491 Views
Last post July 09, 2011, 04:48:31 pm
by .:The White Lioness:.
10 Replies
1910 Views
Last post July 30, 2013, 05:57:45 pm
by WholesaleChat
10 Replies
432 Views
Last post November 04, 2021, 09:22:41 pm
by CreateAForum
2 Replies
122 Views
Last post December 19, 2021, 01:13:42 pm
by CookieTBC
4 Replies
208 Views
Last post April 15, 2022, 07:43:29 pm
by CookieTBC