problems display icons and comments

Phoca Gallery - image gallery extension
christine
Phoca Hero
Phoca Hero
Posts: 2734
Joined: 28 Nov 2010, 17:20

Re: problems display icons and comments

Post by christine »

Hi Andrea,

not easy with italian backend :-)
First I tried: Impostazioni generali: Responsive design: yes, I think no difference, as template is generally responsive.

Frontend with inspector:

Code: Select all

#phocagallery a img {
display:inline-block;  
}
with above code it was temporary OK. Except the comment display, about this I don't know Yet.

(there are already some text-align:center) in custom.css inserted from you.

Kind regards
Christine

Tags:
dilanazzo
Phoca Newbie
Phoca Newbie
Posts: 7
Joined: 17 Jun 2019, 20:04

Re: problems display icons and comments

Post by dilanazzo »

Hi Christine,

SOLVED!!!

I created a custom.css file in /media/com_phocagallery/css/custom and entered the following strings:

Code: Select all

#phocagallery a img {display: inline-block;}
#phocagallery-comments a img {display: inline-block;}
Thank you so much for your help <3

Andrea
christine
Phoca Hero
Phoca Hero
Posts: 2734
Joined: 28 Nov 2010, 17:20

Re: problems display icons and comments

Post by christine »

Hi Andrea,

ahhhh :twisted:

To create a: custom.css file in /media/com_phocagallery/css/custom make sense.

As the first code was successful (with the: display: inline-block;) but the 2nd one, for the layout of comments, had no effect in custom.css of Helix.

Thank you for your feedback.

Kind regards
Christine
Post Reply