Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • Pankaj Sharma Moderator
    #1042173

    Hi
    Kindly apply the suggestion given here for the same topic.
    Hope it helps.

    Regards

    danar Friend
    #1042215

    I was add these code

    @media screen and (max-width: 992px) {
    #t3-mainbody .t3-sidebar {
    display: block;
    }
    }

    But the ads still not show in mobile view

    Pankaj Sharma Moderator
    #1042222

    Hi
    I checked your site and ads are showing on Home page http://prntscr.com/fkd4th

    Can u check it again?

    danar Friend
    #1042224

    I means the ads located in the sidebar, sidebar-1, sidebar-2.

    I attach the screenshoot


    1. iklan1
    2. iklan2
    Pankaj Sharma Moderator
    #1042236

    Hi
    Can u check the site on mobile?
    Its already showing http://prntscr.com/fkdeuo http://prntscr.com/fkdf5o

    Regards

    danar Friend
    #1042669

    Oh yes, I can see the Ads after cleared cache. Thanks.
    But there are found a lot of blank space below the Ads located in sidebar position.
    How to reduce these blank space?


    1. blank-space
    Pankaj Sharma Moderator
    #1042694

    Hi
    You have below code in custom.css

    
    @media screen and (max-width: 992px) {
    #t3-mainbody .t3-sidebar {display: block;}
    }

    Replace it with

    
    @media screen and (max-width: 992px) {
    #t3-mainbody .t3-sidebar {display: block;min-height: 100%!important;}
    }

    save and check.

    Regards

    danar Friend
    #1042717

    It’s worked.
    The problem solved.
    Thanks very much.

Viewing 8 posts - 1 through 8 (of 8 total)

This topic contains 8 replies, has 2 voices, and was last updated by  danar 7 years, 3 months ago.

The topic ‘How to show banner ads in mobile view’ is closed to new replies.