hi, if i try to insert a image into content, the image is not on the right position
only in category-view the pictures looks good ( border / mouseover )
how can i fix it ? any help me pls
thx higgehagge
ps: sorry for bad english ^^
wrong offset
- Jan
- Phoca Hero
- Posts: 48403
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: wrong offset
Hi, hmm, did you check it with standard template?
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 2
- Joined: 27 May 2011, 10:45
Re: wrong offset
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
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
- Jan
- Phoca Hero
- Posts: 48403
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact: