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;
}