Need the mainbody to be entire width on certain pages
Rate this topic: 1.00 out of 6 based on 1 vote(s)
- GK User
- Fri Nov 22, 2013 3:48 am
- Reply with quote
- Report this post
So I tried to follow this: https://www.gavick.com/forums/startup-j ... 25000.html
I did place the nosidebar code in the css override file. I then added the page suffixes. But the suffixes don't appear when I check the DOM out with chrome development tools...
I am unable to get it to work. I couldn't get the kunena forum to extend the width of the template. This is the site:
www.inspiredhealthybody.com
user: testuser
pass: testuser
Then navigate to "My Classroom" -> Message Boards. That page is the culprit!
Any help would be immensely appreciated!
I did place the nosidebar code in the css override file. I then added the page suffixes. But the suffixes don't appear when I check the DOM out with chrome development tools...
I am unable to get it to work. I couldn't get the kunena forum to extend the width of the template. This is the site:
www.inspiredhealthybody.com
user: testuser
pass: testuser
Then navigate to "My Classroom" -> Message Boards. That page is the culprit!
Any help would be immensely appreciated!
-
- Fresh Boarder
- teitbite
- Sat Nov 23, 2013 6:35 pm
- Reply with quote
- Report this post
Hi
First of all please tell me the example of the page You want to have full width I'll see a settings for this page than.
First of all please tell me the example of the page You want to have full width I'll see a settings for this page than.
-
- Moderator
- GK User
- Tue Nov 26, 2013 5:09 am
- Reply with quote
- Report this post
http://inspiredhealthybody.com/forum/index
you can access that after logging in as the testuser
Thank you!!
you can access that after logging in as the testuser
Thank you!!
-
- Fresh Boarder
- teitbite
- Tue Nov 26, 2013 9:28 pm
- Reply with quote
- Report this post
Hi
You need to use template feature to add page class suffix. Please look at the screenshot to see how. When You will add this suffix tha a code in override will do the trick:
You need to use template feature to add page class suffix. Please look at the screenshot to see how. When You will add this suffix tha a code in override will do the trick:
- Code: Select all
body.YOUR_SUFFIX #gkContent {
width: 100% !important;
}
-
- Moderator
4 posts
• Page 1 of 1