Okay
  Public Ticket #3648783
Image cropping
Closed

Comments

  •  8
    Andrew started the conversation

    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

  •  8,838
    Tahir replied

    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):

    .post-area.featured_img_left .article-content-wrap .post-featured-img-wrap a span img {
        object-position: top !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  8
    Andrew replied

    Awesomeness, works perfectly. Thanks!