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
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
Thanks Rikard… that didn’t make a difference to anything though.
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
Hi!
Login credentials are not working for me. Can you please check them once again?
Best regards,
Yigit
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
Thanks very much Yigit. That worked a treat.
Much appreicated