Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello

    I want to Show 2 boxes in one line side by side.

    You must position the container via CSS .
    As An Example

    Here the Div-Container

    <div id="container">
    
         <div id="links"><?php echo adrotate_group(1);?></div>
         <div id="rechts"><?php echo adrotate_group(2);?></div>
    
    </div>

    And here the CSS

    #container {
    text-align: center;
    }
    #links {
    width: 250px;
    float: left;
    }
    #rechts {
    width: 250px;
    float: left;
    }

    Best regards R.F.

    Thread Starter Der-Bank-Blog

    (@der-bank-blog)

    Thanks a lot. Now I must only find the right place in the theme file to Position it ??

    Plugin Author Arnan de Gans

    (@adegans)

    You can also use a single group and put it in block mode.
    1 row, 2 columns for example ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Setup of adrotate banners via PHP’ is closed to new replies.