Site logo

Archived topic

Sir Ads Overlap on widgets Please Help

1 reply · Started by Muhammad Usama on October 5, 2021

Viewing posts 1–2 of 2

Hi there,

The theme doesn't control the size of the ads, unfortunately.

At best, the help we can offer you is to prevent the ad contents from overflowing to the sidebar.

Use this CSS:

.code-block {
    width: 100%;
    overflow: hidden;
}
This archived topic is closed to new replies.