Hi There
On the fullscreen slider the caption is not as left as in the restaurant one page demo.
I have the exact same settings but i don’t understand why there is so much blank space between the left edge of the screen and where the caption and button starts.
Hi sjasen!
It’s because it will span the amount of the “maximum container width” you have set in the Enfold settings. You have your header set to span 100% of the screen so it looks a little weird.
You can override it with this CSS.
.avia-slideshow .container {
max-width: 100% !important;
}
Or just change the “maximum container width” value.
Best regards,
Elliott
Perfect thanks…