Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #411651

    I need to get my bullet points to indent without having to go to the trouble of creating annoying tables with invisible borders just to do something so simple… i just don’t know how to do that simple thing. I saw on other threads that I should be able to add some specific code to the quick css but what was suggested in other threads just didn’t do anything on my site.

    I’m quite happy for this correction to work across the whole site and not just on the one page. Please tell me what code I need to use and where to put it?

    Thanks very much for your help

    #411905

    Hey Steamed!

    Please try the following in your Quick CSS:

    ul {
      margin-left: 25px !important;
    }

    Please increase of decrease the value 25 for more or less indentation.

    Regards,
    Rikard

    #416239

    Thanks Rikard… that didn’t make a difference to anything though.

    #416820

    Hey!

    Please post the link to the actual website and if possible, provide a screenshot of the element that you want to modify. Use imgur or dropbox.

    Cheers!
    Ismael

    #417585
    This reply has been marked as private.
    #417978

    Hi!

    Login credentials are not working for me. Can you please check them once again?

    Best regards,
    Yigit

    #419122
    This reply has been marked as private.
    #419504

    Hi!

    Please add following code to Quick CSS

    .home .entry-content-wrapper div ul { padding-left: 80px; }

    and it should look like this – http://i.imgur.com/XuakyKI.png

    Regards,
    Yigit

    #419923

    Thanks very much Yigit. That worked a treat.

    Much appreicated

    #420281

    Hey!

    Great, glad we could help :)

    Best regards,
    Rikard

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Indent Bullet points’ is closed to new replies.