bai
Junior Member
I coughed. Then I went into labor.
Posts: 209
inherit
tbsofficial@outlook.com
241711
0
Sept 23, 2018 14:23:39 GMT -8
bai
I coughed. Then I went into labor.
209
February 2017
bai
|
Post by bai on Jul 25, 2018 16:47:46 GMT -8
Forum URL: cxhboards.boards.nethow to fix this? is there a way i can move the placement because that doesn't work...
|
|
inherit
76165
0
Jul 1, 2018 21:15:48 GMT -8
Beckea
Relax with a good book!
933
April 2006
purplescraps
|
Post by Beckea on Jul 25, 2018 18:58:38 GMT -8
I am not the support staff, but if you know code you could place a div where it goes over the navigation menu and then you would have to play around with the code from that. But in doing a inspect element it looks like it is a h2#banner right -- but if you know code you could change the div placement to go over the navigation -- <div id="banner2">(image here)</div> above the navigation in the templates -- and that could help and you you would do the CSS like this: #banner2 { code here } -- that is where you can play around with it and make it like you want it. But maybe too difficult. But that is what I would do. I am not familiar with the theme you have up but looks something similar to the modern type themes I am use to. You could put it in the wrapper as well. #wrapper -- as background image than you could do the coding but that may not work if you do not know code. Sorry I am not much help but that is what I would do. Then the navigation menu would be below it. Someone from the staff can help you since they have access to your board or know what to do. I use a lot of divs in my themes and then play with the css. If it were mine I would put it above the navigation-menu. That way it is away from the ads.
Or you could pay for ad free than it would be a non-issue then. But that may not be an option.
|
|
#eb7100
1480
0
1
Dec 1, 2024 12:51:13 GMT -8
Craig
209,204
September 2001
cmdynasty
|
Post by Craig on Jul 26, 2018 1:34:24 GMT -8
Hi It looks like you may have some missing closing tags in your template, from the quick look i took. Could you copy the Forum Wrapper template over to here so we can see what you have in there. Place it between some [code][/code] tags.
|
|
#e61919
Support Staff
224482
0
1
Nov 22, 2024 17:59:24 GMT -8
Scott
“Asking for help isn't giving up... it's refusing to give up.”
24,532
August 2015
socalso
|
Post by Scott on Jul 26, 2018 7:06:43 GMT -8
bai, there are definitely tag issues in the forum wrapper, most notably multiple body tags. There should only be one set of body tags (<body> </body>). I'm sure there are other issues I'm not readily seeing. Tagging Brian to review this.
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Jul 26, 2018 7:49:44 GMT -8
In Themes > Layout Templates > Forum Wrapper the top ad resides wherever the $[header] variable is placed.
In the case of your forum you've placed it inside the banner area, so the ad is showing there. Moving that variable out of the banner area will move the ad.
|
|
bai
Junior Member
I coughed. Then I went into labor.
Posts: 209
inherit
tbsofficial@outlook.com
241711
0
Sept 23, 2018 14:23:39 GMT -8
bai
I coughed. Then I went into labor.
209
February 2017
bai
|
Post by bai on Jul 26, 2018 9:21:22 GMT -8
Thanks guys! It looks like I tried to fix a problem with the banner image and accidentally made that happen.
|
|