White space on mobile view only

Posted in: Newsmag
Post count: 33

Our home page on desktop/laptop looks OK but after update mobile view shows some white space under a red block ( below ‘pro hosting text’) https://www.theweb.hosting
Any way to fix this for the mobile view?

  • This topic was modified 9 years by iisnet.
Post count: 6535

Hi

Try this css in theme panel > custom code > custom css: http://screencast.com/t/yjeUVW0K3op

@media(max-width: 768px){
.td_block_12 {
height: 433px;
}
}

Thanks!

Post count: 33

Hi,
Thanks very much, it worked.
BTW we tried out Newsmag on PHP 7 and it works great!

Post count: 6535

Hi

Glad I could help. Also we would like to thank you for the feed back about php 7. We didn’t tested yet the theme with it but it’s good to know that it works.
Thanks!

Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic.