Advertisement
Guest User

Untitled

a guest
Jul 20th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. @media (max-width: 767px) {
  2. .motopress-wrapper.header .span12 .span4 .logo{
  3. width: 100%;
  4. }
  5. .motopress-wrapper.header .span12 .span4 {
  6. float:left;
  7. width:250px;
  8. }
  9. .motopress-wrapper.header .span12 .span8 {
  10. float:right;
  11. width: 300px;
  12. }
  13. .motopress-wrapper.header .span12 .span8 .head-lang{
  14. float:left;
  15. width:70px;
  16. }
  17. .motopress-wrapper.header .span12 .span8 .select-menu{
  18. float:right;
  19. width:200px;
  20. margin-top: 23px;
  21. }
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement