CSS Issue on Mobile Site -


i have site working on @ http://wpmend.com. site looks ok on desktop on mobile well, think custom css has messed up. you'll see text , button on homepage section don't right, , in request job section, buttons first 2 job types don't show @ all.

i have searched site , found similar issues , fixes none have addressed exact problem. please advise on how can fix on mobile site. way, it's wordpress site using rapid theme.

thanks in advance!

scott.

maybe you're working media query css3.

add code css page, #container object wraps button @ top.

@media screen , (max-device-width:480px){     #container: margin-top:15px; } 

this implement css code when device width smaller 480px. it'll move container below header down little bit.

note: not mobile devices smaller 480px, you'll have implement multiple media queries specific devices. refer to: https://css-tricks.com/snippets/css/media-queries-for-standard-devices/


Comments

Popular posts from this blog

google chrome - Developer tools - How to inspect the elements which are added momentarily (by JQuery)? -

angularjs - Showing an empty as first option in select tag -

php - Cloud9 cloud IDE and CakePHP -