The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Remove or resize former ad spaces

3 posters

Go down

Solved Remove or resize former ad spaces

Post by Orbis Globvli June 5th 2011, 1:52 pm

How can I remove or resize the blank space that is left once I turned off google ads? My forum: http://www.beadthrilled.com/ The skin is Matei's 'Nice Green'.
I would like to have the (content of the) columns lifted to right beneath the site's navigation.
Remove or resize former ad spaces Scherm10

Thanks in advance!
avatar
Orbis Globvli
Forumember

Posts : 41
Reputation : 0
Language : English

Back to top Go down

Solved Re: Remove or resize former ad spaces

Post by Mike June 5th 2011, 6:56 pm

Use CSS and do a negative margin-top
Mike
Mike
Hyperactive

Male Posts : 4255
Reputation : 471
Language : English, HTML, CSS
Location : Loveland, Colorado

Back to top Go down

Solved Re: Remove or resize former ad spaces

Post by Orbis Globvli June 9th 2011, 10:30 am

Thanks for the suggestion but it didn't make any difference...
I'm on Phpbb3 btw.
avatar
Orbis Globvli
Forumember

Posts : 41
Reputation : 0
Language : English

Back to top Go down

Solved Re: Remove or resize former ad spaces

Post by Orbis Globvli July 9th 2011, 12:58 am

Any ideas on how to handle this?
TIA!
avatar
Orbis Globvli
Forumember

Posts : 41
Reputation : 0
Language : English

Back to top Go down

Solved Re: Remove or resize former ad spaces

Post by Guest July 9th 2011, 1:29 am

Add this to your CSS:
Code:
.navbar {position:relative;}
Now find the #search-box CSS rule and replace this:
Code:
position:relative;bottom:-25px;
with this:
Code:
position:absolute;top:-30px;
That should remove the gap.

Actually the BEST solution to remove the gap is to get rid of the search box, since it's not needed. That can be accomplished using this CSS:
Code:
#search-box {display:none;}


avatar
Guest
Guest


Back to top Go down

Solved Re: Remove or resize former ad spaces

Post by Orbis Globvli July 10th 2011, 1:19 am

Wow! That works! Thank you!

Remove or resize former ad spaces 18881170324b6f2cb3cd108
avatar
Orbis Globvli
Forumember

Posts : 41
Reputation : 0
Language : English

Back to top Go down

Solved Re: Remove or resize former ad spaces

Post by Jophy July 10th 2011, 1:32 am

Solved
Jophy
Jophy
ForumGuru

Male Posts : 17924
Reputation : 836
Language : English
Location : Somewhere

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum