Viewing 1 replies (of 1 total)
  • You need to make sure that you use the same class for each div. If you’re using the default: adlog-advert, then assign that to each div.

    I assume each one is a different size, in that case you just need to assign 2 classes to each div, separating them with a space:

    div class=”first-class-name adlog-advert”
    div class=”second-class-name adlog-advert”
    div class=”third-class-name adlog-advert”

    I haven’t tested this, but it should work. Let me know.

Viewing 1 replies (of 1 total)
  • The topic ‘Having multiple div 's?’ is closed to new replies.