Viewing 22 posts - 1 through 22 (of 22 total)
  • Author
    Posts
  • #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.

    #188453

    Hi Magnus_Norrman!

    Can you post a link to your page where have encountered the issue?

    Best regards,
    Yigit

    #188468
    This reply has been marked as private.
    #188477

    Hey!

    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,
    Yigit

    #188618
    This reply has been marked as private.
    #188622

    Hi Magnus!

    Do you want to have an image as a bullet? can you provide us with that image?

    Best regards,
    Josue

    #188623
    This reply has been marked as private.
    #188626

    Hey!

    Ohh sorry, use http://imgur.com to upload it, then simply paste the link here.

    Cheers!
    Josue

    #188630
    This reply has been marked as private.
    #188631

    Hi 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,
    Josue

    #189078

    Hello,

    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

    #189081

    Mmm, 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,
    Josue

    #189558
    This reply has been marked as private.
    #189642

    Hi!

    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,
    Josue

    #189691
    This reply has been marked as private.
    #189692

    Hi!

    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,
    Josue

    #189693

    Ok! What do I write in CSS to locate the file?

    #189695

    Hi!

    Simply changing the URL will work, but make sure that the file exists:

    background: url(_URL_HERE_) no-repeat left 5px;
    

    Regards,
    Josue

    #189698
    This reply has been marked as private.
    #189699

    Hi!

    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!
    Josue

    #189703
    This reply has been marked as private.
    #189704

    You are welcome, glad we could help :)

    Regards,
    
Josue

Viewing 22 posts - 1 through 22 (of 22 total)
  • The topic ‘Descriptive text in icon list not indented when using bullets’ is closed to new replies.