Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter alimbolar

    (@alimbolar)

    I’ve changed the ul style in the style.css and it’s fine now..

    But what I wanted to know was if ul tags is the default method of displaying an ad for ml-adverts or is there a setting that I need to choose for the tag option..

    I also have a problem. I want to display the banners next to each other. Now they are placed below each other.

    How did you remove the dot..?
    I’ve changed the ul style in the style.css and it’s fine now..
    What did you change?

    Thread Starter alimbolar

    (@alimbolar)

    ul.ml-adverts-name-of-location
    {
    list-style-type:none;
    }

    in the custom.css ?

    Thread Starter alimbolar

    (@alimbolar)

    no… in style.css

    does not work on my site ??

    ul.ml-adverts-name-of-location
    {
    list-style-type:none;
    }

    in name-of-location I put the page name.
    but I want this for all the pages.
    is that possible?

    Plugin Author matchalabs

    (@matchalabs)

    Yes, you probably want something like

    ul.ml-adverts {
        list-style-type: none;
    }

    If you send me a link to your site I will take a look.

    Regards,
    Tom

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘List Type for ads in ml adverts’ is closed to new replies.