-
AuthorPosts
-
salvomic Friend
salvomic
- Join date:
- June 2008
- Posts:
- 200
- Downloads:
- 16
- Uploads:
- 23
- Thanks:
- 24
- Thanked:
- 6 times in 1 posts
July 12, 2014 at 1:41 pm #199626hi all,
JA Teline IV T3
In some modules I get bullet (LI items) as dots in wrong placeWhere to look to eliminate (or correct) them?
Salvo
-
Pankaj Sharma Moderator
Pankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
July 14, 2014 at 6:33 am #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 placeWhere to look to eliminate (or correct) them?
</blockquote>Hello can you share the site url here ,
so that we can assist you better 🙂salvomic Friendsalvomic
- Join date:
- June 2008
- Posts:
- 200
- Downloads:
- 16
- Uploads:
- 23
- Thanks:
- 24
- Thanked:
- 6 times in 1 posts
July 14, 2014 at 6:36 am #542208hi,
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 ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
July 14, 2014 at 6:43 am #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/42hdyhsalvomic Friendsalvomic
- Join date:
- June 2008
- Posts:
- 200
- Downloads:
- 16
- Uploads:
- 23
- Thanks:
- 24
- Thanked:
- 6 times in 1 posts
July 14, 2014 at 6:46 am #542211removed.
See now, especially bottom rightPlease, let me know when I can put again the code
Salvo
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
July 14, 2014 at 7:00 am #542212Hello 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 helps1 user says Thank You to Pankaj Sharma for this useful post
salvomic Friendsalvomic
- Join date:
- June 2008
- Posts:
- 200
- Downloads:
- 16
- Uploads:
- 23
- Thanks:
- 24
- Thanked:
- 6 times in 1 posts
July 14, 2014 at 7:05 am #542213ok, 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 ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
July 14, 2014 at 11:27 am #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;
}1 user says Thank You to Pankaj Sharma for this useful post
-
AuthorPosts
Viewing 9 posts - 1 through 9 (of 9 total)This topic contains 9 replies, has 2 voices, and was last updated by salvomic 10 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum