Archived topic
Sir Ads Overlap on widgets Please Help
1 reply · Started by Muhammad Usama on October 5, 2021
Sir Ads Overlap on widgets sometimes Please Help I am very depressed Please Help Sir site link(https://freecoursewebsite.com)
https://drive.google.com/file/d/1Cp2DZrZ-PaiTqC99IE0L9Gxy_5C9FYws/view?usp=sharing
See image
https://drive.google.com/file/d/1_bKx-qDYFtehIm2ghUhdfhUbIY6HFdIs/view?usp=sharing
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;
}