tsk ederım dostum hallettım, bloklar arasındakı boslugu nasıl azaltabılırım pekı
css dosyanızda .postsinc aratın. margin-left 1.33 olanını düşürdükçe boşluk azalacak. yukarıda bahsettiğim width ayarını hiç bozmadan (24% kalsın) 1.33'ü 1 yapın. yukarıda yazdığım 0 olan da dahil.
css dosyanızda yapacağınız 2 değişiklik şunlar olacak: iyice test ettikten sonra
.rightbar .rightbarmid .postback .postsinc:nth-child(4n) {} css'sini komple sil. sadece "
.rightbar .rightbarmid .postback .postsinc " kalsın. .rightbar .rightbarmid .postback .postsinc:nth-child(4n) {- background: white;
- width: 24%;
- display: inline-block;
- border-radius: 6px;
- height: 350px;
- margin-bottom: 15px;
- position: relative;
- margin-right: 0%; ==> 1%;
} .rightbar .rightbarmid .postback .postsinc {- background: white;
- width: 24%;
- display: inline-block;
- border-radius: 6px;
- height: 350px;
- margin-bottom: 15px;
- position: relative;
- margin-right: 1.33%; ==> 1%
}