Reputation:
I have a website it has banner responsiveness issue on smaller devices. Also logo pulls towards right as well.
Website link.
#rev_slider_1_1949_wrapper
{
position: fixed;
z-index: 0;
max-width: 1200px !important
}
please do help me fix this bug. thanks in advance
Upvotes: 1
Views: 40
Reputation: 9486
Try giving your .container_24
element a width: 100%
in the respective stylesheet (720.css).
Upvotes: 1