user3345183
user3345183

Reputation:

fixed positioned banner - responsive issue on smaller devices

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
}

enter image description here

please do help me fix this bug. thanks in advance

Upvotes: 1

Views: 40

Answers (1)

Sebsemillia
Sebsemillia

Reputation: 9486

Try giving your .container_24 element a width: 100% in the respective stylesheet (720.css).

Upvotes: 1

Related Questions