Leaderboard banner on mobile theme: lot of space

Posted in: Newspaper
Post count: 11

Hi there
i’ve set a banner, a leaderboard 728×90, also on the mobile theme.
when showing the banner i got a lot of white space above and below the banner, as the attached image.
how can i delete that space?
thanks

image

Post count: 23312

Hello kuolema,

I cannot access your website. Please provide an user and password so I can inspect you website.

Thanks for the message!

Post count: 11

http login

username: adm
password: oktennis

Post count: 23312

Hello kuolema,

Try the code below and place it in Theme panel->Custom CSS area.

.td-a-rec-id-header_mob {
margin-top: 0;
margin-bottom: 0;
}

The result is here -> http://screencast.com/t/3lqBQoaiZ

Thanks for the message!

Post count: 11

Hi
i pasted the code into the themepanel custom css section: still not working
also i tried pasting the code in the mobile theme section (custom code): still not working

i tried viewing the site on 2 different browser on mobile

Post count: 23312

Hello kuolema,

Try to add the !important tag after each 0 to give a higher priority for your code, like this ->

.td-a-rec-id-header_mob {
margin-top: 0!important;
margin-bottom: 0!important;
}

Thanks.

Post count: 11

Hi Catalin, thanks for helping

still not working, see the attached files

(i’ve putted the code into mobile css section, general css section)

screen

Post count: 23312

Hello kuolema,

Check your Custom Box area and make a screenshot and provide here so I can inspect it closer. It is possible to have some syntax errors and therefore nothing happens.

Thanks for your understanding!

Post count: 11

Hi there
here the screenshots

mobile template section:
img

general
jiij

Post count: 23312

Hello kuolema,

I have noticed that you have an error in your Custom CSS code. Try to rule out any errors, clear all your caches and check again. If the problem is still there, send us an email at contact@tagdiv.com with your log-in information (wp-admin) so we can further inspect it closer your setup page. Provide there the link of this topic so we can easily identify you.

Thanks for the message!

Post count: 11

i just copied the code u suggest.
anyway i’ve sent via email the details for accessing the site
thanks

Post count: 22421

Replied via email
Thank you!

Viewing 12 posts - 1 through 12 (of 12 total)
The forum ‘Newspaper’ is closed to new topics and replies.