In my Nexternal.NET store, I would like the category text to display underneath the category thumbnail. How can I accomplish this?
Response:
You can add this code to the css addendum in Layout/Edit Advanced Layout:
/* the next two styles force the category name below the category thumb */ .nextCatThumb { float:left; } .main .nextCatName { float:left; clear:both; margin-top:10px; }