Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author averta

    (@averta)

    Hi,

    Your theme has styled the .header-widget with max-width:50%. So the slider can’t take more width as it wrapper limited it.

    You can use the following style to overwrite it:
    .header-widget {
    max-width: 100% !important;
    }

    Note: It maybe affects in other pages which you don’t using master slider in header. So you need to some check to prevent any unwanted changes.

    Regards
    Averta

    Thread Starter ryzzalali

    (@ryzzalali)

    Problem resolved. Thank You

    Plugin Author averta

    (@averta)

    Hi,
    We are glad your issue resolved.
    If you are happy with our item, please git it a 5-star rate. it helps us much.

    Regards
    Averta

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Full Width Slider not fully visible’ is closed to new replies.