Trying to make Decode look the same on mobile
-
I am trying to make the Decode theme look the same on mobile as it does on the laptop. So far the code I have (below), when posted in CSS Stylesheet editor, yields a blank phone screen. How can I make it appear the same as it does on the laptop? Thank you for any help you have.
@media only screen and (max-width: 480px) { #access .menu-header, div.menu, #colophon, #branding, #main, #wrapper, #site-title { width: 400px; } #container { width: 100%; } #branding img { width: 100%; } #site-description { float: left; } #access { width: 100%; } #content { width: 100%; } .hentry { margin-left: -13px; } #primary { display: none; } #footer { width: 100%; } #site-generator { float: left; margin-top: 5px; } }
The site is https://lallabee.com/wordpress/
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Trying to make Decode look the same on mobile’ is closed to new replies.