Jump to content
  • 0

Проблема верстки для мобильного браузера.


To_wave
 Share

Question

суть вот в чем.

На десктопе во всех браузерах смотрится прекрасно, т.к. и задумано, а вот на мобильном есть проблема:

1. логотип прижимается к левому краю

2. Полоса справа имеет ширину не в % (в момент загрузки кажется что все нормально, но если уменьшить до нужных размеров видна проблема.

 

не подскажете как решить?

body{	background: url('../images/bg.png');	margin:0;	}header {	width:100%;	height: 40px;	background: #444444;	-webkit-box-shadow: 0px 5px 5px rgba(50, 50, 50, 0.6);	-moz-box-shadow:    0px 5px 5px rgba(50, 50, 50, 0.6);	box-shadow:         0px 5px 5px rgba(50, 50, 50, 0.6);}.header{	background: url('../images/logo.jpg') no-repeat left;	width: 1040px;	height: 100%;	display: block;	margin: 0 auto;		padding-left: 60px;}.site_name{	font-family: 'Life Savers', cursive;	font-weight: bold;	font-size: 30px;	text-valign: center;	color: white;	margin: auto;	}
	<body>		<header>			<div class="header">				<div class="site_name">**** *****</div>			</div>        </header>	</body>

Desktop: https://cloud.mail.ru/public/3f0d6a0671f4/desktop.png

Mobile_1 (вид в начале) https://cloud.mail.ru/public/54b7a1acd1ab/mobile_1.png

Mobile_2 (вид после масштабирования) https://cloud.mail.ru/public/3c731552b706/mobile_2.png

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0
background: url('../images/logo.jpg') no-repeat left; width: 1040px;

 

Ну всё правильно он прижимает к левому краю. Вы сожмите у себя десктопный браузер до 1000 пикселей и посмотрите что будет. 

Link to comment
Share on other sites

  • 0

 

background: url('../images/logo.jpg') no-repeat left; width: 1040px;

 

Ну всё правильно он прижимает к левому краю. Вы сожмите у себя десктопный браузер до 1000 пикселей и посмотрите что будет. 

 

А почему тогда появляется отступ справа? Меня он больше всего беспокоит

 

А так же, при условии, что ширина блока больше разрешения экрана должен быть не отступ, по нижний скролл. Или я чего то не понимаю

Edited by To_wave
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy