Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #296077

    Hi Yigit & Team:

    You helped me out previously on this thread (https://kriesi.at/support/topic/portfolio-grid-alignment/#post-295162) and I thought everything was good to go.

    It seems the fix you provided impacted another area of the layout and now I can’t figure out how to fix it.
    All portfolio item titles now align inside the Portfolio Grid (see screenshot):

    Here is the code I am using:
    .grid-content { min-height: 70px; } .entry-content-header { min-height: 30px; display: table; text-align: center; width: 100%; } .grid-entry-title{ display: table-cell; vertical-align: middle; }

    The issue now is that the List Item Title on the Icon List (all pages it’s used on) is center-aligned instead of left-aligned. See screen shot below and advise how this can be fixed. I’d like to be left-aligned.

    Thanks again!

    Vic

    #296113

    Hi nwiinc!

    Please change following code

    .entry-content-header { min-height: 30px;	display: table;	text-align: center; width: 100%; }

    to following one

    .grid-content .entry-content-header { min-height: 30px;	display: table;	text-align: center; width: 100%; }

    Cheers!
    Yigit

    #296268

    Thanks again, Yigit. Worked well this time!

    Vic

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Icon List – List Item Title Alignment Issue’ is closed to new replies.