WordPress-də sütun yerləşdirmək

WordPress-də normal məqalə yazarkən sütun və ya cədvəl yerləşdirmək mümkün deyil. Bunun üçün 2 vasitədən istifadə eləmək olar. Plugin və ya html kodlar.

Plugin qoşmaq üçün ən azı business yada premium plana keçməlisiz. Ona görə məcburuq html kodlarla güləşək. Nəyə görə belə deyirəm, çünki özünüz görəcəksiniz. Biraz diqqətsiz işlədikdə kodlar əzilir.

agroexpert_wp html kod yazmaq

Məqalə yazarkən yuxarı sağ küncdə Html tab-ına keçin.

Əgər 2 sütunlu mətn yerləşdirmək istəyirsinizsə bu koddan istifadə ediniz.

<div style="width:100%">
<div style="width:40%;float:left;">
<p>Column 1 info here</p>
<p>Column 1 info here</p>
<p>Column 1 info here</p>
</div>
<div style="width:40%;float:right;">
<p>Column 2 info here</p>
<p>Column 2 info here</p>
<p>Column 2 info here</p>
</div>
</div>
Nəticə belə olacaq:
agroexpert_wp

Əgər 3 sütunlu mətn yerləşdirmək fikriniz varsa, yuxarıdakı kodda

əlavə edin vəssəlam.

<div style="width:100%">
 <div style="width: 30%; float: left;">
  <p>Column 1 info here</p>
  <p>Column 1 info here</p>
  <p>Column 1 info here</p>
 </div>
 <div style="width: 30%; float: left;">
  <p>Column 2 info here</p>
  <p>Column 2 info here</p>
  <p>Column 2 info here</p>
 </div>
 <div style="width: 30%; float: right;">
  <p>Column 3 info here</p>
  <p>Column 3 info here</p>
  <p>Column 3 info here</p>
 </div>
</div>
Ən sonda da bu kodu əlavə edin:

 

 

5 comments

  1. I’m not positive where you’re getting your information, but great topic. I must spend some time studying much more or working out more. Thanks for fantastic information I used to be searching for this information for my mission.

    Liked by 1 person

  2. You really make it appear really easy together with your presentation however I in finding this topic to be really something which I feel I would by no means understand. It seems too complicated and very large for me. I’m having a look forward for your next put up, I will attempt to get the cling of it!

    Like

  3. Great blog here! Also your site a lot up very fast! What host are you using? Can I am getting your affiliate hyperlink on your host? I wish my site loaded up as fast as yours lol

    Like

Fikrinizi bildirin