Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #473685

    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.

    #473942

    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

    • This reply was modified 9 years, 5 months ago by Elliott.
    #474143

    Perfect thanks…

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Fullscreen slider caption position’ is closed to new replies.