• Resolved Reena.Wrights

    (@reenawrights)


    Hi, I added my own ads in the middle of posts but I have problem when it comes to smaller screen. It runs off the page and activates the horizontal scroll bar. How do I prevent this? I see from your header advert that it gets hidden if the screen gets smaller. This is what I want to achieve. Any ideas? thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Richie KS

    (@rkcorp)

    you need to wrap you ad with div and add this to theme option->custom css

    sample:
    <div class='ad-responsive'>====you img ad====</div>

    add to custom css
    div.ad-responsive img { max-width:100%; height:auto; }

    Thread Starter Reena.Wrights

    (@reenawrights)

    Thanks Richie!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Ads running out of screen’ is closed to new replies.