Jump to content
  • 0

Помогите разобраться с проблемой ширина блока div 100%


jaans
 Share

Question

Здравствуйте! уже 3 ей день воюю с проблемой помогите одолеть. Проблема такого характера есть блок footer блок div вот ниже весь код.

<div id="footer-wrapper">

<div id="footer" class="clearfix">

</div>

<div id="footer-info-photographer">

<p></p>

</div>

</div>

вот css код

#footer-wrapper {

background: none repeat scroll 0 0 #3E3E3E;

color: #FFFFFF;

}

#footer {

margin-left: auto;

margin-right: auto;

min-width: 920px;

width: 1200px;

}

#footer-info-photographer{

margin-left: auto;

margin-right: auto;

min-width: 920px;

width: 1200px;

}

#footer-info-photographer p{

text-align: center;

}

Проблема вот в чем на компьютере в любом браузере блок #footer-wrapper отображается на всю ширину окна а если смотреть на андроид телефоне или планшете то почему то справа появляется дырка. То есть блок как бы не растягивается на всю ширину а прижимается в лево.

В чем может причина? все лишнее уже отключал сайт на drupal кэш чистил и так далее.

Сам сайт www.estran.ru

Спасибо

Edited by jaans
Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

Разобрался сам проблема была в назначении основному боди стилей для центрирования. Для Body стили

body {

background: none repeat scroll 0 0 #E8E8E8;

color: #323232;

font-family: Lucida Grande,Verdana,Arial,sans-serif;

font-size: 12px;

line-height: 18px;

min-width: 1200px;

}

А для блока wrapper

#wrapper {

margin-left: auto;

margin-right: auto;

min-width: 900px;

width: 1200px;

}

Для блока footer-wrapper

#footer-wrapper {

background: none repeat scroll 0 0 #3E3E3E;

color: #FFFFFF;

}

Внутри него блок footer

#footer {

margin-left: auto;

margin-right: auto;

min-width: 920px;

width: 1200px;

}

таким способом все отображается корректно как в браузерах так и в телефонах.

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