What is the correct code php for 3-column layout of the home.php page (theme default), so that the article headers are automatically filled in blocks on the page? Example screen, thanks!
You can get 3 columns with CSS3 and display: grid. For https://avcore.ru/ :
.bloc-8 { display: grid; grid-template-columns: 1fr 1fr 1fr; }
You need to do some little adjustements in home.php of your theme.
For more help, you can look at https://css-tricks.com/snippets/css/complete-guide-grid/ for example or look for css display grid on https://yandex.ru or https://google.com
Accès à mon dépôt de plugins et thèmes installe PluXml plus vite que ton ombre avec kzInstall2
Réponses
You can get 3 columns with CSS3 and display: grid. For https://avcore.ru/ :
You need to do some little adjustements in home.php of your theme.
For more help, you can look at https://css-tricks.com/snippets/css/complete-guide-grid/ for example or look for css display grid on https://yandex.ru or https://google.com
Accès à mon dépôt de plugins et thèmes
installe PluXml plus vite que ton ombre avec kzInstall2