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
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