Hi there, how can I modify the image cropping? Top center being preferable to centre centre for these archive pages. Please view attached. Can I rely on a plug-in such as Simple Image Sizes? I'm not sure it detects the theme and has the ability to influence the cropping scheme used?
Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):
.post-area.featured_img_left .article-content-wrap .post-featured-img-wrap a span img {
object-position: top !important;
}
Hi there, how can I modify the image cropping? Top center being preferable to centre centre for these archive pages. Please view attached. Can I rely on a plug-in such as Simple Image Sizes? I'm not sure it detects the theme and has the ability to influence the cropping scheme used?
Attached files: crop.jpg
Hey Again,
Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):
Thanks
ThemeNectar Support Team
Awesomeness, works perfectly. Thanks!