Page 1 of 1

wrong offset

Posted: 27 May 2011, 10:56
by higgehagge
hi, if i try to insert a image into content, the image is not on the right position

Image

only in category-view the pictures looks good ( border / mouseover )

Image

how can i fix it ? any help me pls

thx higgehagge

ps: sorry for bad english ^^

Re: wrong offset

Posted: 27 May 2011, 17:30
by Jan
Hi, hmm, did you check it with standard template?

Re: wrong offset

Posted: 29 May 2011, 16:38
by higgehagge
thx Jan,

in standard template all looks fine.
have found the error
i have edit the template.css -->

.art-article img, img.art-article
{
margin: 1em;
}

to

.art-article img, img.art-article
{
margin: 0em;
}

now it works :)

the custom template was created by ARTISTEER 2.x -> its very important !!! the picture in Content does not have any border !!!

thx

Re: wrong offset

Posted: 01 Jun 2011, 13:21
by Jan
Ok