Forums

[resolved] Using MyAdManager (4 posts)

  1. coolfreebies
    Member
    Posted 12 months ago #

    I am using MyAdManager and want to know how i can remove the boarder around the 125x125 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

  2. coolfreebies
    Member
    Posted 12 months ago #

    Anyone?

    coolfreebies

  3. sparun
    Member
    Posted 12 months ago #

    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

  4. Beer
    Member
    Posted 12 months ago #

    The method sparun indicated didn't work for me. I also ended up with vertical spacing in the different 125x125 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;
    }

Reply

You must log in to post.

About this Topic