Home Forums Pro Themes Musicsong Pro Adjust Featured Image

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #191087
    bassinla
    Participant

    I’m back with an issue you’ve helped me with before, making adjustments to a featured image. I’ve just added a new featured image for https://jazzsalon.org/tickets-and-reservations-for-the-november-19-sunday-jazz-salon-the-ulysses-owens-jr-quartet/. I also have it on the slider. In both cases, the image needs to move down slightly, so you can see the drummer’s face.

    I’ve tried lowering the resolution of the photo, but it just makes the image blurrier, without changing its positioning.

    You’ve had me add CSS code in the past. I wish there were a way for me to adjust the positioning of featured images without having to bother you folks.

    Thanks for you help.
    David

    #191114
    Psink
    Keymaster

    @BASSINLA, You can add this CSS for the slider

    .featured-slider .slick-track article{
    background-position: top;
    }

    And for featured image add this CSS

    #page-site-header {
    background-position: top !important;
    }

    Hope this helps

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.