How-to and Troubleshooting
9
Posts
2
Users
2
Reactions
1,258
Views
Apr 01, 2020 6:36 am
Hello! After update wpforo, blocks in the notes of admin began to appear from top to bottom. How to make the previous view so that the blocks are displayed from left to right?
Here is peace of code on html:
<h3 style="text-align: center;">Наши эксперты</h3>
<div class="wp-block-image">
<figure class="alignleft is-resized"><a href="https://www.egmrm.ru/account-2?user=443"><img class="aligncenter" src="https://www.egmrm.ru/wp-content/uploads/2019/11/443-150.jpg" alt="Максим" width="45" height="45" /></a><figcaption style="font-size: 10px;">Максим,
Психолог</figcaption></figure>
</div>
<div class="wp-block-image">
<figure class="alignleft is-resized"><a href="https://www.egmrm.ru/account-2?user=597"><img class="aligncenter" src="https://www.egmrm.ru/wp-content/uploads/rcl-uploads/avatars/597-150.jpg" alt="Alextop" width="45" height="45" /></a><figcaption style="font-size: 10px;">Alextop,
Психолог</figcaption></figure>
</div>
<div class="wp-block-image">
<figure class="alignleft is-resized"><a href="https://www.egmrm.ru/account-2?user=7"><img class="aligncenter" src="https://www.egmrm.ru/wp-content/uploads/2019/10/raH2GtyWPXM-150x150-1.jpg" alt="Антон Сорвачев" width="45" height="45" /></a><figcaption style="font-size: 10px;">Антон
Сорвачев,
Юрист</figcaption></figure>
</div>
8 Replies