I tried to put a cluster of three ads in the footer. The ads were stacked on top of each other instead of side-by-side which would be the best thing in my case.
Submitted by MegaJos on Wed, 2025-03-05 - 8:15
closed
As of right now the best way to style your ads is by using CSS. Your site's existing CSS and layout will heavily influence how your ads look, so the CSS will likely need to be customized. Here's an example of how to use CSS to make your ads display side-by-side: .adplugg-tag img {float: left; margin: 2px; width: 100px;} This Q/A post has some good info on how to edit your site's CSS: https://www.adplugg.com/support/question-answer/how-do-i-add-space-betw…
As of right now the best way to style your ads is by using CSS. Your site's existing CSS and layout will heavily influence how your ads look, so the CSS will likely need to be customized. Here's an example of how to use CSS to make your ads display side-by-side: .adplugg-tag img {float: left; margin: 2px; width: 100px;} This Q/A post has some good info on how to edit your site's CSS: https://www.adplugg.com/support/question-answer/how-do-i-add-space-betw…