Private: Home › Forums › WordPress Themes › Elvyre – Retina Ready WordPress Theme › List icon outside › Reply To: List icon outside March 30, 2015 at 10:34 pm #2652 Robert KavgićParticipant Hello, To solve the problem with a big icon list, add the following code to “Custom CSS” field: ul.icons-list.big li:before { float: left; margin: 0px 6px 0px 0; } ul.icons-list.big li p { padding-left: 5px; } Robert