Enlarge content size fits adsense better
-
In my sinapsi.org I made this minor change in style.css in order to better fit the adsense banners.
At line 1483 from the original max-width:
.site {
margin: 0 auto;
max-width: 960px;
max-width: 68.571428571rem;
overflow: hidden;
}to this:
.site {
margin: 0 auto;
max-width: 960px;
max-width: 71.571428571rem;
overflow: hidden;
}For me it works, but I’m asking you if this is correct or should I change anything else?
I add to this topic another issue.
The widget area in my sinapsi.org doesn’t show the adsense skyscraper banner entirely, it’s cut in width. Why? How could I show it all? Should I enlarge % or width of widget area?
Many thanks from a CSS totally beginner.
- The topic ‘Enlarge content size fits adsense better’ is closed to new replies.