@media problems
-
I have added a widget with phone & email, works perfectly on laptop, but having issues with android. When I setup 480px I finally got everything centered, then I setup 767 it messes up my 480 style.
SITE LINK.span6 ul.header-cta-buttons { border: 1px solid #000000; border-radius: 5px; left: 50%; max-height: 10px; max-width: 500px; padding-bottom: 10px; position: relative; text-align: center; top: -40px; } @media (max-width: 480px){ .span6 ul.header-cta-buttons { left: -5%; top: 5px; max-height: 30px; max-width: 320px; border: none; }} @media (max-width: 767px){ .span6 ul.header-cta-buttons { left: 10%; top: 5px; max-height: 10px; border: none; }}
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘@media problems’ is closed to new replies.