Alignement in "Feature List"

Hi there,

could you please tell me how I can align the bullets on "Feature List"?
I would love to center the 2 bullets on http://www.drtimmermann.de/zahnarztpraxis-hamburg-eppendorf/  (putting them closer together and centered under the headline) and also Center the last bullet ("Kontakt und Anfahrt") on http://www.drtimmermann.de

Thank you very much in advance for your help!

Comments

  • Hi,

    1. To center feature list items, you need to use the following css:
    .feature_list ul li { text-align: center !important; }
    .feature_list ul li a { display: inline-block !important; text-align: center !important; }
    2. In reference to 2nd question, it is not possible to center the last bullet on this page.
  • Thank you very much for your support. RE first question: if I put this into the general CSS field all Feature lists are centered, if i insert the Code into the css field into the "Custom | Classes" field of the mentioned feature list nothing happens. Could you please tell me what I have to do to only center this one mentioned feature list and not all feature lists on the website?
    Thank you very much in advance!
  • Did you tried to paste above css into Custom | CSS field which is at the bottom of page when you edit it? We mean the field which is a part of Page Options section which is the last one field in the bottom.
  • Got it! Thank you very much!!!! :-)
Sign In or Register to comment.