Postbit genişliğini değiştirmenizin iki yolu vardır. Bunlardan biri tema ayarlarınız ile, diğeriyse şablon değişimi ile yapılabilir. Şimdi bunların nasıl yapıldığını aşağıda aktaralım.
There are two ways to change the postbit width. One is through your theme settings, the other is through template changes. Let's explain how to do this below.
/*************************************/
1. -- Admin panel - tema özellikleri - mesajlar alanına gelin;
Mesaj kullanıcı bilgisi blok genişliği kutusuna istediğiniz genişlik değerini
pixel olarak girin;
Go to Admin panel - theme properties - messages area; Enter the desired width value in pixels in the message user information block width box.
2. -- Temanızın
extra.less şablonuna aşağıdaki kodu girip, değeri kendinize göre ayarlayın;
Enter the code below into your theme's extra.less template and adjust the value to your liking;
Kod:
.m-cell.m-cell--user {
flex: 0 0 200px !important;
}
/*************************************/