Summer Sale Alert! Save 20% on WP Theme Bundle: 240+ WP Themes & 5 Plugins. Use Code "SIZZLE20"
Summer Splash Sale: Dive into 25% Off On All Our Premium WordPress Themes! Use Coupon Code "SPLASH25" 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.