Hello!
Great support forum you have here. I found answers to about dozen issues I had so far. I cannot wrap my mind around this one. It has to do with the Portfolio Item title that’s displayed in the Portfolio Grid below the respective Portfolio image.
I used the following CSS code to align the text in the center (both vertical & horizontal) of the container:
.grid-content .entry-content-header { min-height: 65px; display: table; text-align: center; width: 100%; }
.grid-entry-title{ display: table-cell; vertical-align: middle; }
It produces the desired effect in Internet Explorer and Safari, but seems to be ignored by Firefox. I tried flushing/clearing the cache and it still doesn’t seem to work.
Do you know how to make this compatible with Firefox? Please advise. Thank you.
Vic
Hey!
Can you post a screenshot of your view on Firefox? here’s how it looks for me:
Regards,
Josue
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.grid-content { min-height: 70px; }
Cheers!
Yigit
Worked like a charm! Thanks, guys!