Post columns applied to page content #3
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The page.hbs template shares a class with post.hbs, which divides the main content in 3 columns.
This works as intended in posts, but results in the pages' content being in the leftmost column.
The issue is caused, in file "assets/screen.css", by this:
Further investigation is required, to decide if the two templates' divs should be divided in two different classes, such as
.mind-post_main
and.mind-page_main
, or if the page.hbs should simply have that class removed from the div.