Shubham
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [PressBook News Dark] posts not showing correctlyIt takes account of the excerpt (summary), you can read on how it works. We have this guide here.
Also, you may test our theme on a fresh site to understand more on how it would show the excerpt.
When you use “Thumbnail-Content – Rows”, it shows the content in rows instead of side-by-side.
Forum: Themes and Templates
In reply to: [PressBook News Dark] posts not showing correctlyHi @ppnsteve,
1) You can check the options in “Appearance” > “Customize” > “Blog Options”.
(a) Here, for option “Blog Archive Post Layout”, you can set this to “Thumbnail-Content – Rows”.
(b) Also, make sure, the option “Blog Archive Content” is set to “Summary” instead of “Full text”.
2) You can use this CSS to increase width of the main area and overall width (Appearance > Customize > Additional CSS):
@media screen and (min-width: 1480px) {
body.double-sidebar .u-wrapper {
max-width: 1360px;
}
body.double-sidebar .site-main {
max-width: 700px;
}
}
@media screen and (min-width: 1560px) {
body.double-sidebar .u-wrapper {
max-width: 1420px;
}
body.double-sidebar .site-main {
max-width: 760px;
}
}
@media screen and (min-width: 1640px) {
body.double-sidebar .u-wrapper {
max-width: 1460px;
}
body.double-sidebar .site-main {
max-width: 800px;
}
}Hi @habibamki,
This should be fixed with version 1.7.3. Please update the plugin.