Private: Home › Forums › WordPress Themes › Elvyre – Retina Ready WordPress Theme › List icon outside › Reply To: List icon outside March 31, 2015 at 1:27 pm #2661 Robert KavgićParticipant Add the following CSS to your “Custom CSS” code: .icons-list li p { display: table-cell; } Robert