Thomas K. Posted March 2, 2016 Posted March 2, 2016 I think the widgets on the main forum page should be lined up. I'm not entirely sure if my suggestion works for all themes though. I understand that technically they do line up, since "Forums" is the start of the left block, and the bar of the widget is lined up with the "Forums" title. However, with the white background, it looks messed up. Hopefully my picture shows what I mean. I'd definitely like to hear what others have to say about this suggestion.
Management Lindy Posted March 2, 2016 Management Posted March 2, 2016 It's been brought up before and is largely a matter of preference. Some like that it breaks up the whitespace, some prefer it lined up with the category. We recommended changing this for your preference as necessary.
Thomas K. Posted March 3, 2016 Author Posted March 3, 2016 I see. I assume this involves custom modifications and there is no easy option for it?
DesignzShop Posted March 3, 2016 Posted March 3, 2016 Forums, Gallery, blogs etc... All follow a consistent application presentation for unity and flow. Used in all IPB applications . .ipsPageHeader h1 { display: inline; } As an example and general target .ipsPageHeader h1 { display: none; }
Thomas K. Posted March 3, 2016 Author Posted March 3, 2016 Interesting! Thank you. Do you know why it is not lined up perfectly now? (Also, I don't see why the edges are slightly rounded except for edges on widget headers, but that's a different issue.)
opentype Posted March 3, 2016 Posted March 3, 2016 3 hours ago, Thomas Kantener said: Do you know why it is not lined up perfectly now? The headline is wrapped in a class “ipsSpacer_bottom” which you would have to remove as well.
Marcher Technologies Posted March 4, 2016 Posted March 4, 2016 On 3/3/2016 at 3:20 AM, opentype said: The headline is wrapped in a class “ipsSpacer_bottom” which you would have to remove as well. .ipsPageHeader { display: none; } Indeed. Target the page header class itself, not the h1 inside it and that problem doesn't exist. That said... it will likely need individual tweaking to only affect desired pages using the attributes on the body tag if one actually goes this route - this would affect page titles *everywhere*.
SeNioR- Posted March 5, 2016 Posted March 5, 2016 1. add body[data-pagemodule="forums"][data-pagecontroller="index"] .ipsPageHeader { display: none; } to custom.css or 2. remove {template="pageHeader" group="global" app="core" params="\IPS\Member::loggedIn()->language()->addToStack('forums')"} from "forums" -> "index" -> "index"
Recommended Posts
Archived
This topic is now archived and is closed to further replies.