inherit
220054
0
Jan 6, 2017 6:04:43 GMT -8
Ghostxray
19
March 2015
ghostxray
|
Post by Ghostxray on Mar 30, 2015 7:40:17 GMT -8
Forum URL: ffgrafix.com/I'm trying to remove the dark grey area above the nav menu and remove the "FFGafix/Home" links to the left. Any suggestions? Thank you.
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Mar 30, 2015 8:51:23 GMT -8
Hi, Ghostxray. The navigation tree should normally be below the banner area. You've got a few things wrong in Themes > Layout Templates > Forum Wrapper that's causing it to show there. First, this line should only be there once. You can remove either instance of it so that it's not there twice. Next, the HTML that produces your logo has an opening <a> tag, but the closing </a> tag doesn't appear until after the Twitter code. Since part of the Twitter code also contains a link it's breaking the HTML since a link cannot be contained within another link. For this reason the closing </a> on line 23 needs to be moved up so that it's directly after the <img> tag that produces the logo image.
|
|
inherit
220054
0
Jan 6, 2017 6:04:43 GMT -8
Ghostxray
19
March 2015
ghostxray
|
Post by Ghostxray on Mar 30, 2015 9:48:10 GMT -8
Thanks for looking after my hack job...it's good now.
|
|