Ad blocker detected: Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by disabling your ad blocker on our website.
I'm making a website with Joomla 1.5 and Ski Clup template (themza_j15_04). Unfortunately I've a problem with Phoca Gallery Random Image Module, the photo does not appear within the “frameworks” (and those are not well in the medium). Picture:
On the other hand if I use the template rhuk_milkyway, everything is fine :
I don't find where the problem is so I can't fix it. Do you have an idea ?
in your template css, there is a left margin for your image tag (img). You need to remove that. Note that in your articles you'll have no margin either. (which is not a problem if you use the phoca gallery plugin too)
Regards, 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)
If you use Firefox, get the Firebug addon and inspect the css around the image. With Firebug you'll find the exact spot you're looking for.
If I'm guessing, I'd say it's the div.mosimage - but I'm not sure.
Regards, 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)
caro84g wrote:If you use Firefox, get the Firebug addon and inspect the css around the image. With Firebug you'll find the exact spot you're looking for.
==> I'm so sorry, I just installed Firebug but I don't understand everything. When I select my pic i've some information about police...!
caro84g wrote:If I'm guessing, I'd say it's the div.mosimage - but I'm not sure.
==> I just tried to put "div.mosimage { margin: 0px; }" mais...there is still a problem.
Last edited by TNZ on 18 Apr 2009, 14:58, edited 1 time in total.
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)
caro84g wrote:when I see your source code I see a lot of css styles defined in the head.
You might search in your index.php, whether the css is defined there.
#phocagallery-module-ri a img {
border:0 none;
margin-left:-16px;
padding:0;
}
Regards, Carolien
Last edited by caro84g on 01 May 2010, 22:54, edited 1 time in total.
Reason:deleted URL on request
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)
well in my place it worked. But it was kinda difficult to find out what's wrong and what you've got to change. The cause are the paddings, which are in .module div
How to work this out, I don't know.
If I were you, I'd get Firebug working and try and try and try to get it aligned ok.
Regards, 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)