Forums

[resolved] Using MyAdManager (4 posts)

  1. coolfreebies
    Member
    Posted 1 year 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 1 year ago #

    Anyone?

    coolfreebies

  3. sparun
    Member
    Posted 1 year 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 1 year 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;
    }

Topic Closed

This topic has been closed to new replies.

About this Topic