Link to home
Start Free TrialLog in
Avatar of David Schure
David Schure

asked on

Image Not Centering in Landscape Mode

Image isn't centering on landscape view on mobile or desktop.  Home page
http://mediascrubber.com/
<div class="banner">
        <img src="images/1100.jpg" alt="coli">
    </div>

Open in new window


.banner {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
}

Open in new window

Avatar of David Schure
David Schure

ASKER

I have tried this....still no luck.
.banner-img {
	display: block;
    margin-left: auto;
    margin-right: auto;
}

Open in new window

ASKER CERTIFIED SOLUTION
Avatar of David Schure
David Schure

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Avatar of Julian Hansen
Julian Hansen
Flag of South Africa image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thank you Julian
You are welcome.