• Resolved gentlemans

    (@gentlemans)


    My featured posts widget doesn’t fully show the pictures. The widget downsizes the pictures and fills the freed space with the background.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello there,

    To fix it, try adding this CSS code to Appearance > Customize > Additional CSS from dashboard.

    
    .athemes_featured_posts_type_a img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    

    Regards,
    Kharis

    Thread Starter gentlemans

    (@gentlemans)

    Works perfectly. Thank You!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Great mag’s featured posts pictures not fully appear’ is closed to new replies.