Hi , I have done orenmode manual install, everythig looks fine but now I have created one page using panels, It is a normal 2 column page with header and footer component.
but content in both columns are getting intermixed as shown in below screenshot, please advise.
URL:http://dev-prod-newworkflow.pantheon.io/about-us
FTP and acount deailes are already shared with you in http://megadrupal.com/forum/theme-support/orenmode/1676
Please download file at the below link:
https://www.dropbox.com/s/kyewwtefwt7u39r/panels-twocol-stacked.tpl.php?...
and copy into folder md_orenmode/templates, then you can write code base on what you would like. You also can see this file in module Panels: sites\all\modules\contrib\panels\plugins\layouts. After all, remember clear cache drupal.
I copied the file and cleared the cache, but the issue is still the same
any advice
Please open the file which you download, then insert class col-md-6 into:
<div class="panel-col-first panel-panel">
and
<div class="panel-col-last panel-panel">
did the changes you told and cleared te cache, but the issue is still same
Please check, we fixed :)
thanks alot , What was the issue , why was it behaving this way.
Just because of one unnescessary class in template file, we delete it. Please do not worry.