Merry Christmas! Enjoy 20% OFF on Bundle of 240+ WP Themes with code "GIFT20" at Checkout.
Unwrap savings this Christmas! Get 25% OFF on Premium WordPress Themes. Use code "XMAS25" at Checkout.

Adjust Header Slider Sports Theme

Home Forums VW Theme Adjust Header Slider Sports Theme

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #87625
    Andrew Marks
    Participant

    Trying to adjust the height of the Header Slider on the Sports Theme without much success. Tried the additional CSS code I found in the you tube video and tried to resize images, but the slider is set to 1600 x 562px which is to wide and tall. Thanks https://nipmucshowskiteam.org/

    #87655
    developer vwtheme
    Participant

    Hi,

    Thanks for contacting us.

    Add the below CSS in the Additional CSS

    Go to Dashboard >> Appearance >> Customize >> Additional CSS >> Paste the given CSS on it >> Publish


    @media
    screen and (min-width:1024px){
    #vw-slider img{
    max-height: 100vh;
    }
    }

    Thank You

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