Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1039426

    HI there,

    I reviewed the forums and found this code that works to resize the fullwidth slider.

    I would like the fullwidth slider to be 475px, BUT the fullscreen slider to remain a fullscreen slider. Currently this code changes both of them to 475px. Please advise, thank you. Website is here; http://ucosmetic.auroraonline.com/

    .avia-slideshow-inner {
    height: 700px !important;
    }
    .avia-slideshow {
    max-height: 700px !important;
    }

    #1039818

    Hey Deanna,

    Please try this instead:

    .avia-fullwidth-slider .avia-slideshow-inner {
      height: 700px !important;
    }
    
    .avia-fullwidth-slider .avia-slideshow {
      max-height: 700px !important;
    }

    Best regards,
    Rikard

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