Okay
  Public Ticket #3120321
Text placement on slides and image overlay
Closed

Comments

  • Mark Warriner started the conversation

    The slider on the home page has text. We would like to position the main text higher on the slide while keeping the lesser text (address) near the bottom of the slide. 

    Also, there is an American flag overlay on all of the slides. We want to remove the flag from the slider and add it to the header if possible.

    Thank you!

  •  1,661
    Judith replied

    Hello Mark,

    Thanks for choosing Salient.

    Please try this css:

    .swiper-slide .content h2 {
        margin-top: -21vh;
    } div#sldr p {
        padding-top: 92vh !important;
    }

    Thanks.