Okay
  Public Ticket #279184
Home Slider - Slide picture alignment
Closed

Comments

  • Tom started the conversation

    Is it possible to align slide picture vertically? When I resize the web browser horizontally on the big resolution screen the image gets cropped and only the middle part of it is visible, is it possible to align it to the top, so the top part is visible?

  •  8,839
    Tahir replied

    Hey Tom!

    Yes you could change the background position. Can you please provide the page url so we can write up some custom css. 

    Thanks


    ThemeNectar Support Team 

  •   Tom replied privately
  •  8,839
    Tahir replied

    Hey Again!

    Add this into the Custom CSS box located in your Salient Options panel :
    body #featured article {
        background-position: top left !important;
    }
    
    Thanks


    ThemeNectar Support Team