Posts

Showing posts with the label responsive-design

Responsive Design Fail

Image
Clash Royale CLAN TAG #URR8PPP Responsive Design Fail I am having an issue with trying to figure out why the header on my mobile format isn't showing up.... can anyone see something I can't?? I have been trying for two weeks and I must be missing something. It appears that my larger version is working just fine, but I would appreciate any help I can get with this problem. Thank you. /* very small mobile styles */ @media only screen and (max-width: 320px) { html, body { margin: 0; width: auto; background-color: #682876; } .container-header { display: none; } .container-header-mobile { height: 260px; width: 100%; position: relative; text-align: center; color: #682876; background-color: white; padding: 0; } .container-header-mobile img { max-height: 100px; min-height: 50px; width: auto; } .container-header-mobile a { text-decoration: none; padding: 0 5px; } main { text-align: center; color: white; padding: 0; margin: 0; } main...