Hello Sanjip,
Thanks for reply.
I’m working on localhost right now so there is no online access.
However I think the problem is that Attitude don’t understand what type of page it is.
Here is source code of Page:
... </header>
<div id="container">
<div id="primary" class="no-margin-left">
<div id="content">
<section id="post-137" class="post-137 page type-page status-publish hentry">
<article>....
Here is source code of Post:
... </header>
<div id="main" class="container clearfix">
<div id="container">
<div id="primary" class="no-margin-left">
<div id="content">
<section id="post-41" class="post-41 post type-post status-publish format-standard hentry category-news">
And when I open Sensei lesson or course page the source code is different (it’s full width without right sidebar and all these links at the bottom of the page):
... </header>
<div id="main" class="container clearfix">
<div id="content" class="page col-full">
<div id="main" class="col-left">
<article class="post-65 course type-course status-publish hentry course post post">
So maybe somewhere in Attitude theme I could add “type-course”, so it would be rendered as normal page or normal post?
Thanks.