Jump to content
  • 0

Почему не центрируется блок?


nikki4
 Share

Question

Вот есть каталог электропечек для бани, со следующими стилями:

 

.elpechi - стиль тела этой страницы, чтобы не применялось к другим аналогичным

.marg - блок с каталогом печей

.cat_row - блок с рядами (компонент разбивает товары по рядам)

.floatleft - блок карточки товара со своими стилями.

 

задача - отцентрировать.

поидее это делается так, но не работает:

.elpechi .marg .cat_row {margin:0 auto;}

пробовал так:

 .elpechi .marg  {margin:0 auto;}

тоже не центрирует.

 

 

 

текущие стили:

.cat_row {    float: left;}
.elpechi .marg .cat_row .floatleft {    background: #fff none repeat scroll 0 0;    border: 1px solid #ddd;    border-radius: 5px;    box-shadow: 0 0 5px #c2c0c0;    display: block;    float: left;    height: 357px;    margin: 14px 0 14px 28px;    padding: 10px;    text-align: center;    width: 277px;}

 

 

 

 

Edited by nikki4
Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0
.cat_row {    max-width: 1010px;    margin: 0 auto;}

Обтекание соответственно убираем.

 

Или второй вариант

 

.cat_row ставим display: inline-block;

 

а родителю .marg ставим text-align: center;

Edited by Q4Dizzy
  • Like 1
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