How do i get the slider to scale proportionately when views on tablet or mobile landscape? I have set the Max H/W as that was the only way to get the images in correctly.
Any time you are having problems with how you’ve styled a “complex” element like a nav or slider, rebuild it. Drop the bare element on the page, and re-add the classes one at a time. It’s the fastest way to identify exactly which class is breaking it.
Elements like the slider depends on specific positioning behaviors in order for the scripts and element to work, when you change that like you have for your Right Arrow, you can see it breaks.
Even “unused” styles… you have a lot of styling on elements which may not have an obvious impact in the designer, but will break it in the published site. Always reset styles you’re not using, rather than overriding them with e.g. 0’s
Thank you very much for the the needed information.
I’m going to start rebuilding the site anew and see if I can avoid the problems I created the first time around.