Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #295090

    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

    #295152

    Hey!

    Can you post a screenshot of your view on Firefox? here’s how it looks for me:

    Regards,
    Josue

    #295162
    This reply has been marked as private.
    #295212

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .grid-content { min-height: 70px; }

    Cheers!
    Yigit

    #295214

    Worked like a charm! Thanks, guys!

    #295217

    Hi!

    You are welcome, glad we could help! :)

    Cheers!
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Portfolio Grid Alignment’ is closed to new replies.