Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • salvomic Friend
    #199626

    hi all,
    JA Teline IV T3
    In some modules I get bullet (LI items) as dots in wrong place

    Where to look to eliminate (or correct) them?

    Salvo


    1. Schermata-2014-07-12-alle-15.36.59
    2. Schermata-2014-07-12-alle-16.02.12
    Pankaj Sharma Moderator
    #542207

    <em>@salvomic 436372 wrote:</em><blockquote>hi all,
    JA Teline IV T3
    In some modules I get bullet (LI items) as dots in wrong place

    Where to look to eliminate (or correct) them?
    </blockquote>

    Hello can you share the site url here ,
    so that we can assist you better 🙂

    salvomic Friend
    #542208

    hi,
    sure: url is http://www.ondaiblea.it 🙂
    For now I found a workaround putting on custom.css this code

    ul { list-style: none;
    }
    ol {
    list-style: decimal;
    }
    li {
    line-height: 20px;
    list-style: none;
    }

    but I don’t know if this is the best solution…
    It works, I hope without unwanted consequences 🙂

    Salvo

    Pankaj Sharma Moderator
    #542210

    <em>@salvomic 436528 wrote:</em><blockquote>hi,
    sure: url is http://www.ondaiblea.it 🙂
    For now I found a workaround putting on custom.css this code

    ul { list-style: none;
    }
    ol {
    list-style: decimal;
    }
    li {
    line-height: 20px;
    list-style: none;
    }

    but I don’t know if this is the best solution…
    It works, I hope without unwanted consequences </blockquote>
    can you please remove the css code so that i can check it , because i have not found any dots on your site home page at this moment .
    i checked your site , and removed the custom.css code by inspect element , but nothing happens .
    see this >>>> http://prntscr.com/42hdyh

    salvomic Friend
    #542211

    removed.
    See now, especially bottom right

    Please, let me know when I can put again the code

    Salvo

    Pankaj Sharma Moderator
    #542212

    Hello salvomic
    try this
    add this css rule in your custom.css

    .t3-module ul {
    margin-left: 13px;
    }

    or
    Go to css/template.css
    find the code

    .t3-module ul,
    .t3-module ol {
    margin-left: 0;

    and change it into


    .t3-module ol {
    margin-left: 0;

    you can do any one of the above two suggestions
    Let me know if it helps

    salvomic Friend
    #542213

    ok, thank you
    doing so the dots are in the correct position, but I would rather don’t show any dot in title links, like in “newsflash” module…

    Pankaj Sharma Moderator
    #542242

    <em>@salvomic 436533 wrote:</em><blockquote>ok, thank you
    doing so the dots are in the correct position, but I would rather don’t show any dot in title links, like in “newsflash” module…</blockquote>
    If you want to remove the bullets you can use this code in custom.css

    .t3-module ul {
    list-style: none;
    }

    salvomic Friend
    #542246

    ok, thank you, this works well!

    have a nice day!
    Salvo

Viewing 9 posts - 1 through 9 (of 9 total)

This topic contains 9 replies, has 2 voices, and was last updated by  salvomic 9 years, 10 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum