Due to Amazon format , features may appear in a different format at the autolister

In the video bellow , I show you how to change the style of your FEATURES lists inside the autolister 


Here is a example of the CSS code to add some style on the feature list

<style>

li {

text-align: center;

color: green;

font-family: "Times New Roman", Times, serif;

font-style: bold;

font-size: 14px;

}

</style>

To undertsand a litle more about CSS just google it or go to http://www.w3schools.com/css/