Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .feature-content .feature-box .feature-box-inner img { height: 201px; } .gallery_entry1 { background-position-y: 194px; height: 226px; } You can adjust these values as per your requirement. This will solve your issue.
Piyush, Thank you for your reply! Will it cause any issues if I set the background position using left bottom instead of pixel coordinates, as shown below? Code: .gallery_entry1 { background-position:left bottom; height: 250px; } Thank you, Steve