hi ,
i have problem with the latest wallpapers image on my home page , its too large and and overlaps onto other widgets any ideas on how to fix it? my site is papermashy.com
Cheers
Neilo
hi ,
i have problem with the latest wallpapers image on my home page , its too large and and overlaps onto other widgets any ideas on how to fix it? my site is papermashy.com
Cheers
Neilo
I don't know the iphone script well, but I can give some advise;
from style.css
li.preview {
display:block;
float:left;
height:280px;
margin-right:15px;
width:280px !important;
}
change height to 460px.
OR
You should change element style width:
width:270px; to width:150px;
You must log in to post.