Re: detail-view pictures are not in the centre
Posted: 22 Sep 2010, 14:12
Hi, it can be added only to phocagallery.css (Phoca Gallery cannot modify other parts of the site). Yes maybe this can be added directly to the code, but then a lot of users which don't understand SEO will write into this forum, that inline styles are bad for SEO (which is of course not true) 
But I assume, any loaded css after phocagallery.css will not modify this part of css because it includes the id:
for overwriting this code your template.css needs to have defined the same rule #phocagallery table #image-box which I think is impossible because why some template developer will add a phocagallery css code into the template.css
I have tested it on different browsers included in phocagallery.css, please try to paste the code into phocagallery.css and let me know (it is directly defined for specific ID so overwriting it with some general rule should not work)
Let me know if this will work (I can only simulate it but get no really problem with this), if not I will paste it directly to the code.
Jan
EDIT: but there style tag included yet, so I will paste it to the inline style too.
But I assume, any loaded css after phocagallery.css will not modify this part of css because it includes the id:
Code: Select all
#phocagallery table #image-boxI have tested it on different browsers included in phocagallery.css, please try to paste the code into phocagallery.css and let me know (it is directly defined for specific ID so overwriting it with some general rule should not work)
Let me know if this will work (I can only simulate it but get no really problem with this), if not I will paste it directly to the code.
Jan
EDIT: but there style tag included yet, so I will paste it to the inline style too.