Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #330634
    Glen Pavelich
    Participant

    Is there code that will allow the feature slider image to display at full height.  Much of the image is cut off and there is text added to the window.

    https://pebblebaye.com/

    #330658
    tikaram
    Keymaster

    @fireflywebs : Login to your WordPress admin section. Go to Appearance => Customize => Additional css and add the following css.

    @media screen and (min-width: 64em) {
      .slider-content-wrapper .entry-container {
        padding: 250px 40px;
      }
    }

    Let me know if this helps you out.

    Regards,
    Tikaram

    #330675
    Glen Pavelich
    Participant

    Yes, seems to work.  Thank you.

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