Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Ash Durham

    (@ashdurham)

    Hey Rich489,

    It seems your theme has some CSS that is affecting the styling of the adkingprobanner container. Theres two ways you could go about this:

    1. Change the name of the advert type as your theme is adding 50px to the left margin on the ‘sidebar’ class, which is the default advert types, and that is forcing the advert to a smaller size
    2. Add the following CSS into the custom CSS box in the Ad King Pro settings area:
      .sidebar-position-right .sidebar.adkingprobanner {
      margin-left: 0;
      }

    Most problems like this are cosmetic and can be solved very easily by looking at the source code using the browsers inspector tool.

    Let me know if you have any further issues.

    Thread Starter rich489

    (@rich489)

    Thanks Ash!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Ad being resized’ is closed to new replies.