SimplePortal

Support => English Support => Topic started by: CaLy on February 21, 2015, 08:47:29 AM

Title: Adsense question
Post by: CaLy on February 21, 2015, 08:47:29 AM
Hello ! I used custom html to put adsense banner in the top of news of my portal , but im watching that and i want the ad displayed fully, without that (how is it called in english?), how can i do that?

Picture is attached, and the url is
Code: [Select]
www.farandulero.org
Also, i removed right blocks. But the question also is: If i put again the right blocks, the add will be displayed well also? without anything of that things? Thanks !
Title: Re: Adsense question
Post by: ♦ Ninja ZX-10RR ♦ on February 21, 2015, 09:07:35 AM
So much annoying things I know :(
EDIT: /Themes/default/css/portal.css
Code: (find) [Select]
div.sp_block {
overflow: auto;
Code: (replace) [Select]
div.sp_block {
overflow: visible;

Bear in mind that this could affect other blocks. If you want just this block to be affected leave the above untouched and just type this "overflow: visible" in the custom body css class (in the block settings), or add this at the bottom of your portal.css

Code: [Select]
#sp_block_15 div.sp_block {
overflow: visible;
}
One of these should do the trick :)

Title: Re: Adsense question
Post by: CaLy on February 21, 2015, 02:21:03 PM
It worked! Thanks so much Mr Ninja ! :)
Title: Re: Adsense question
Post by: ♦ Ninja ZX-10RR ♦ on February 21, 2015, 03:13:19 PM
Glad it worked :)
Title: Re: Adsense question
Post by: andy on February 23, 2015, 09:20:11 AM
Hey thanks Ninja for helping out. Im very busy and other support people seem that way. We need all the help we can get here.
Its nice when people give back something - things they learnt here and pass on to others.

Title: Re: Adsense question
Post by: ♦ Ninja ZX-10RR ♦ on February 23, 2015, 09:41:33 AM
That's my way of donating, I don't have a lot of money to share at the moment (planning to really donate in the future when my project takes off though), but at least in the meantime I try to help out with the things I know, glad you appreciated it :)
SimplePortal 2.3.8 © 2008-2024, SimplePortal