• Resolved coolfreebies

    (@coolfreebies)


    I am using MyAdManager and want to know how i can remove the boarder around the 125×125 banners.

    Also put a space inbetween the banners as they are to close together.

    Hope someone can point me in the right direction.

    Thank you

    coolfreebies

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter coolfreebies

    (@coolfreebies)

    Anyone?

    coolfreebies

    go to myadmanager-> myadmanager options in your admin panel and change the numbers in the “Margin around Each AD”option in order to increase or decrease the space

    The method sparun indicated didn’t work for me. I also ended up with vertical spacing in the different 125×125 banners even though I wanted 5 horizontally.

    I ended up editing my themes style.css and using this css styling below:

    /* myadmanager_ads */
    .groupads {
    	text-align:center;
    	width:700px;
    	margin:auto;
    	padding-bottom:5px;
    	text-align:justify;
    }
    .myadmanager_ads {
    	float:left;
    	padding:0 5px 0 5px;
    }
    .myadmanager_ads img {
    	border:1px solid #ccc;
    }
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Using MyAdManager’ is closed to new replies.