Tagged: ,

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

    Hi!

    See the link below.

    1.
    I´m using the masonry to show of posts on the startpage. I use the automatic columns width and then the Flexible Masonry but the title below the featured image is not align with the image, its a little bit to the left of the image.

    The featured image is only 211×208 px.

    If I choose something other then flexible masonry its crops to much from the images and dont show them in full height.

    Any CSS tricks to make the title align with the image?

    2. How can I hide the date so it dont show up in themasonry on the start page?

    #461384

    Hi ev0l_!

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

    .av-masonry-entry .av-masonry-entry-title {
      text-align: center;
    }
    .av-masonry-date {
      display: none;
    }

    Best regards,
    Yigit

    #461409

    SUPER! Thanks! Your the best!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Masonary title align’ is closed to new replies.