First post ad to show on top of content instead of showing right

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • kofmzc
    New Member
    • Jun 2011
    • 3
    • 4.1.x

    First post ad to show on top of content instead of showing right

    I have tried many things but all in vain, Is there any way to show the first post ad on top of the content instead of floating right or left?

  • kofmzc
    New Member
    • Jun 2011
    • 3
    • 4.1.x

    #2
    Any bright ideas?

    Comment

    • dougdirac
      Senior Member
      • Jul 2012
      • 425
      • 4.2.X

      #3
      Hmmm.. looking at the Ad Location Templates in the Style Manager, there's one called "ad_showthread_firstpost_start". That seems to be the one you want. But I don't see an option for it within the Ad Manager which I assume you're using.

      So an alternative is to stick this in your additional.css template:

      Code:
      #ad_thread_first_post_content {
      float: none;
      width:728px;
      margin-left:auto;
      margin-right:auto;
      margin-bottom:1em;
      }
      
      div.content.hasad {
      display: block;
      margin-right: 0px;
      }
      This moves the ad that is normally on the right and centers it above the text in the first post. You'll have to set the width to be the width of your ad. Let me know if it works.

      Comment

      • dougdirac
        Senior Member
        • Jul 2012
        • 425
        • 4.2.X

        #4
        So did it work for you?

        Comment

        widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
        Working...