Deutsches Support Forum

icon
Avatar
Yaazkal
Beiträge: 4
Hi, if you want to center the images in the image scroller module just do this:

  1. Othe file "/modules/mod_me_latest_imgscroller/styles/style1.css
  2. Find this code (aprox in line 35):
    iconcss:
    .me_imgscroll img
    {
    	border: none;
    }
  3. Change it for this one:
    iconcss:
    .me_imgscroll img
    {
    	border: none;
    	display: block;
    	margin-left: auto;
    	margin-right: auto;
    }
  4. Save the file


Done ! You will get a better presentation of the newest images in ME (Compare the images attached on this post)
18.10.2009 23:24
icon