Hello. I absolutely love this theme and will probably be upgrading to the full version to support your work. I am having a small difficulty with the node template. The content of a node appears "pinched" with sidebars on the right and left even if content is not present within. I am using Panels to display the node content. I have tried disabling Drupal regions (and don't have any blocks assigned to sidebars anyway), but that seems to have no effect. Does anyone know of a way (perhaps by adding a css class) to have the Panel fill the entire content region rather than squish into the center content region?

It looks like this page from the full demo, so I assume it is designed this way, but I would like to override for our purposes:

http://demo.morethanthemes.com/scholarly/default/node/11

Comments

roadsideok created an issue. See original summary.

roadsideok’s picture

Issue tags: +node template
Anonymous’s picture

You can create the page with Views, or you can use CSS Injector and resolve it with the following:

#main-content .col-md-8 { margin-left: 0; width: 100% }

Anonymous’s picture

Status: Active » Fixed

I have marked the issue as fixed. If this was not the case, please remark it to continue the discussion.

roadsideok’s picture

Thank you very much! I used your CSS as the resolution.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.