Support Forum

For all questions related to themes and plugins!

Enter search keyword e.g. "footer color".

  • Registration is Required

    Registration is required to post questions to support forum. ThemeForest buyers also need to obtain Purchase code to be able to post on forum.

    Please read here how to obtain Purchase code.

#1703
Robert Kavgić
Participant

Hello,

Try adding the following CSS code into “Elvyre options -> Appearance – Custom CSS” box:

.icon-checkmark-circle-list li:before {
  float: left;
  margin: 6px 6px 6px 0;
}

.icons-list li a, .icons-list li p {
   padding-left: 0;
}

The list icon will be displayed now as it is outside.

Robert