-
AuthorPosts
-
November 13, 2013 at 11:56 pm #188064
Hi,
I am using the icon list. I am having av issue that the text section is not indented when using bullets. This does not look good from a formating point of view.
- This topic was modified 11 years ago by Magnus_Norrman.
November 14, 2013 at 5:32 pm #188453Hi Magnus_Norrman!
Can you post a link to your page where have encountered the issue?
Best regards,
YigitNovember 14, 2013 at 6:10 pm #188468This reply has been marked as private.November 14, 2013 at 6:23 pm #188477Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab
ul ul { margin: 4px 0 5px 0px; }
If this is not what you meant, please post a screenshot and show how you would like it to look
Best regards,
YigitNovember 15, 2013 at 12:31 am #188618This reply has been marked as private.November 15, 2013 at 12:40 am #188622Hi Magnus!
Do you want to have an image as a bullet? can you provide us with that image?
Best regards,
JosueNovember 15, 2013 at 12:42 am #188623This reply has been marked as private.November 15, 2013 at 12:48 am #188626November 15, 2013 at 12:57 am #188630This reply has been marked as private.November 15, 2013 at 1:03 am #188631Hi Magnus!
You’ll need to use an image as a bullet then, try this:
.iconlist_content li { background: url(https://i.imgur.com/20fVivn.png) no-repeat top left; padding-left: 20px !important; }
Result:
Note that i’m using a test bullet uploaded to imgur, you may want to replace that by the final bullet.
Regards,
JosueNovember 15, 2013 at 1:20 am #189078Hello,
I do not get it to work out the way it looks in your attacted picture.
I would as well like the bullet to be assosiated with the first row of the sencence is broken into several lines. In your picture it looks a bit strange in two of the sentences.
Br,
magnus
November 15, 2013 at 1:28 am #189081Mmm, i modified it a bit, take a look:
.iconlist_content li { background: url(https://i.imgur.com/20fVivn.png) no-repeat left 5px; padding-left: 15px !important; list-style: none !important; }
Regards,
JosueNovember 16, 2013 at 9:34 am #189558This reply has been marked as private.November 16, 2013 at 7:27 pm #189642Hi!
I don’t think so, the only solution (as far as i know) is by using an image, because that way we can set a padding-left to the list item and ‘push’ its content.
1. You can tweak the vertical position of the image by changing 5px in this rule:
background: url(https://i.imgur.com/20fVivn.png) no-repeat left 5px;
2. Store it in your server, upload it via FTP or WordPress.
Best regards,
JosueNovember 16, 2013 at 10:29 pm #189691This reply has been marked as private.November 16, 2013 at 10:31 pm #189692Hi!
When you access http://www.yourturn-consulting.se/bullet.jpg directly it shows a 404 page, the file isn’t there.
Try uploading it from the Media section in the WordPress backend.
Best regards,
JosueNovember 16, 2013 at 10:32 pm #189693Ok! What do I write in CSS to locate the file?
November 16, 2013 at 10:35 pm #189695Hi!
Simply changing the URL will work, but make sure that the file exists:
background: url(_URL_HERE_) no-repeat left 5px;
Regards,
JosueNovember 16, 2013 at 10:47 pm #189698This reply has been marked as private.November 16, 2013 at 10:49 pm #189699Hi!
Use this URL: http://www.yourturn-consulting.se/wp-content/uploads/2013/11/bullet.jpg instead.
background: url(https://www.yourturn-consulting.se/wp-content/uploads/2013/11/bullet.jpg) no-repeat left 5px;
Cheers!
JosueNovember 16, 2013 at 10:59 pm #189703This reply has been marked as private.November 16, 2013 at 11:02 pm #189704You are welcome, glad we could help :)
Regards,
Josue -
AuthorPosts
- The topic ‘Descriptive text in icon list not indented when using bullets’ is closed to new replies.