Black space with mobile device
-
Hey guys, got a question regarding my new website.
I got the logo to resize/ replace while keeping it at a nice size when you’re on a mobile device..header-wrap .col-sm-4{ display: none; } .site-header.float-header { background-color: transparent; } .site-logo { max-height: 500px; } img { max-width: 280%; height: auto; margin-left: -500px; margin-top: 225px; } .row { margin-left: -15px; margin-right: -15px; } @media screen and (max-width: 760px) {.site-logo {width:100%;} } @media screen and (max-width: 760px) {.site-logo {margin-left: -0px;} } @media screen and (max-width: 760px) {.site-logo {margin-top: 0px;}But when i open the site on a mobile phone, there is a black box around my logo, i want it to be in the background, just like the desktop version. Can someone assist me in this? (I’m using the sydney theme btw)
Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
The topic ‘Black space with mobile device’ is closed to new replies.