IF SliderRevolution is better for all of the above is better, than I need to resolve the following issues:
When placed in the section for slider ‘slider below masthead’ the background picture only displays in the top part of the screen – it displays fine in the slider element.
You need to edit your image had more width in relation to the width, as you can see the proportions are not good for full screen, so in order to cover it needs to cut part of the top.
If you dont mind cutting the bottom, you can add the following CSS to Theme Options CSS
.tp-bgimg.defaultimg {
background-position: top !important;
}
Again the slider should fill the window minus the header menu ie. I assume it needs to fill the .masthead container.
yes you need to add .masthead to the slider settings
The text runs out of it’s own box. It looks fine in the backend.
Please add the following css to theme options CSS
.rev_slider .tp-mask-wrap *:last-child {
margin-top: 0px !important;
}
Hope it helps!