Hi Jan,
I reinstalles Phoca to 1.8.6. and it seems that images aren't centered in a shadow. Images are out of borders (see image attached)
Thanks
Borders
- caro84g
- Phoca Hero
- Posts: 1369
- Joined: 11 Feb 2008, 17:52
- Location: Holland
- Contact:
Re: Borders
tip: check out if it appears only with your own template, or with all templates (including standard joomla-template). (I have had some problems with margins, which were caused by my template)
Please ask your support questions in the forums and not via PM - I delete those PM's
Backup before you do any major change to your website (and test first)
Backup before you do any major change to your website (and test first)
-
- Phoca Member
- Posts: 37
- Joined: 06 May 2008, 19:22
Re: Borders
Hi,
thanks, it's obviously because of the template. Do you maybe know what can I do? I use yoo theme's chrome template..
thanks, it's obviously because of the template. Do you maybe know what can I do? I use yoo theme's chrome template..
- caro84g
- Phoca Hero
- Posts: 1369
- Joined: 11 Feb 2008, 17:52
- Location: Holland
- Contact:
Re: Borders
you can check out your template css and look for the image tag (img). I guess there is some top margin, which you have to remove. This can cause some problems in your articles if you use normal images there.
Good luck
Carolien
Good luck
Carolien
Please ask your support questions in the forums and not via PM - I delete those PM's
Backup before you do any major change to your website (and test first)
Backup before you do any major change to your website (and test first)
-
- Phoca Member
- Posts: 37
- Joined: 06 May 2008, 19:22
Re: Borders
Thanks a lot!
This is the exact code, if anyone has the same problem:
form div { margin:
It was set to 0,8 em, I chaged it to 0,0 and that's it.
Thanks once again,
Vedran
This is the exact code, if anyone has the same problem:
form div { margin:
It was set to 0,8 em, I chaged it to 0,0 and that's it.
Thanks once again,
Vedran