I tried to override default home page using a Panel but it's still pulling default settings. What I'm missing ?
Thanks.

Comments

ravis’s picture

Assigned: Unassigned » ravis

what you have set as homepage:
Administration >> Configuration >> System >> Front page

Ayesh’s picture

I changed home page to the path of the Panel I created.
To be clear, in the panel, I have added a node in a horizontal pane. I'm expecting it to appear in full width but it appears as the normal front page (nodes in columns like the demo page)

ravis’s picture

Are you working on a live site. If yes, please post url

chris-cmfi’s picture

I am having this same issue. I created a simple view and set path as "home". Went to Administration » Configuration » System and set the Default front page to /home. Cleared site and browser cache yet no change...

Ayesh’s picture

And later I realized that it was actually css. The "front" class does this.
If a post somehow got the front class, it gets the dimensions set in css.
I think it would be great if we can have a front.tpl.php file separately for the front page implementation as the demo site's appearance so it can be overriden easily.

chris-cmfi’s picture

What I ended up doing that gave me the results I was looking for was to modify the CSS to make .node-teaser width 100%

ravis’s picture

Status: Active » Closed (fixed)

Homepage of touch theme has some custom CSS style for 3 column layout.
If you wish to use any other type layout, you will need to edit .node-teaser width to 100% as mentioned in #6 by chris-cmfi.