Tagged: x
-
AuthorPosts
-
July 14, 2016 at 5:30 am #1086546
LisaParticipantWe are finished.
I activated the code again.July 14, 2016 at 6:13 am #1086617
LisaParticipantIt also appears in the tabs navigation. See screenshot…
July 14, 2016 at 7:43 am #1086720
JoaoModeratorHi There
You would mind pointing the exactly location of the issue?
I checked your page but i could not find it.
Thanks
Joao
July 14, 2016 at 7:58 am #1086736
LisaParticipantThis reply has been marked as private.July 14, 2016 at 10:09 am #1086912
RupokMemberHi there,
Thanks for writing back. Let me explain a bit about this issue. The ul/li is used in several areas in several ways, not necessarily as list item rather carousel item, menu items etc. So it’s not really a good idea to force the usual behavior to change the bullet type and replace the styling throughout the site.
Instead of fixing this now throughout the site (and we won’t know entirely where it’s causing issue), I would suggest you to change the bullet style where you need.
To do this, update your first suggested code block to following :
ul.new-list-type { margin-left:0; } ul.new-list-type li { list-style-type:none; list-style-position: outside; } ul.new-list-type li:before { content:"\f105"; font-family:"FontAwesome"; padding-right:10px; }Now use the class new-list-type for the ul (using Class field for Cornerstone or in HTML if you are using default editor) where you want to replace the default list styling from bullet. I think it would be the most feasible solution if you spent a few minutes to understand this and apply.
Hope this makes sense.
July 18, 2016 at 5:54 am #1091664
LisaParticipantHi,
Sorry for the late response.
Yes, I think that is the best solution.
Thanks for your outstanding support again 🙂
July 18, 2016 at 6:54 am #1091712
LelyModeratorYou’re welcome Lisa!
Cheers!
August 1, 2016 at 6:05 am #1111814
LisaParticipantHi there,
How can I have the text in the second line of the list-item to be aligned to the first line? Now it is aligned to the symbol. I attached a screen how it is now.
Best!
August 1, 2016 at 8:17 am #1111935
LelyModeratorHello Lisa,
If you want to apply it on the same LIST type, please update above CSS to this:
ul.new-list-type { margin-left:0; } ul.new-list-type li { list-style-type:none; list-style-position: inside; text-indent: -1em; padding-left: 1em; } ul.new-list-type li:before { content:"\f105"; font-family:"FontAwesome"; padding-right:10px; }Hope this helps.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1081204 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
