Jump to content
  • 0

Проблема выравнивания по центру


Fockus30
 Share

Question

Всем привет. Есть сайт нашей компании созданный на вордпресс.

Проблема выравнивания блока по центру. Сам сайт lf.winsys.su, Блок "Наши услуги"

Подскажите пожалуйста как исправить, сам особо не шарю в сайтах, попросили исправить на работе

Думаю проблема именно в     float: left;  

<style>
figure {
  color: #fff;
       margin: 0 10px 10px 0; /* Отступы */
    text-align: center; /* Выравнивание по центру */
    float: left;  /* Блоки выстраиваются по горизонтали */   
   
   }
figure img {
      }
figure p {
    margin-bottom: 0; /* Отступ снизу */
   }   
</style>

<div class="parent">
  <article>
   <figure>
    <p><img src="imgl/spory.jpg" class="eModal-2 img2" alt=""></p>
    <figcaption>Разрешение споров</figcaption>
   </figure>
   <figure>
    <p><img src="imgl/stroitandned.jpg" class="eModal-3 img2" alt=""></p>
    <figcaption>Строительство и недвижимость</figcaption>
   </figure>
  <figure>
    <p><img src="imgl/nalogi.jpg" class="eModal-4 img2" alt=""></p>
    <figcaption>Налоги</figcaption>
   </figure>
  <figure>
    <p><img src="imgl/antiprv.jpg" class="eModal-5 img2" alt=""></p>
    <figcaption>Антимонопольное право</figcaption>
   </figure>
  <figure>
    <p><img src="imgl/pravoandbiz.jpg" class="eModal-6 img2" alt=""></p>
    <figcaption>Правовое сопровождение бизнеса</figcaption>
   </figure>
  <figure>
    <p><img src="imgl/admprv.jpg" class="eModal-7 img2" alt=""></p>
    <figcaption>Административное право</figcaption>
   </figure>
<figure>
    <p><img src="imgl/trud.jpg" class="eModal-8 img2" alt=""></p>
    <figcaption>Трудовое право</figcaption>
   </figure>
 </article>
</div>
    </div>

 

Edited by Fockus30
Link to comment
Share on other sites

4 answers to this question

Recommended Posts

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