-
AuthorPosts
-
April 26, 2011 at 5:08 am #163225
Hi Folks,
I am hoping you can help me. For some reason the main sidebar menu has slipped under the front page content. I have tried looking at the code as I think it is a float issue but my lack of knowledge is showing and I can’t seem to figure it out.
Would it be possible for someone to take a look for me and make some suggestions. I appreciate any and all help on this matter.
himangi Friendhimangi
- Join date:
- April 2011
- Posts:
- 1406
- Downloads:
- 1
- Uploads:
- 86
- Thanks:
- 21
- Thanked:
- 345 times in 332 posts
April 26, 2011 at 6:55 am #388225Hi,
If you make following changes in your templates/ja_opal/css/template.css the column will be shifted to right of the main content area.
Changes in <blockquote>#ja-mainbody {
background-color:#FFFFFF;
float: left;
margin: 0;
width: 100%;
}</blockquote>Change width from 67% to 100%
If you want the yellow background for right column remove background-color:#FFFFFF; from .ja-mainbodyFind <blockquote>#ja-colwrap {
float: right;
width: 310px;
} </blockquote>in the template.css and change width to 308px;Save template.css and open templates/ja_opal/css/colors/yellow.css and find <blockquote>#ja-current-content {
background-color: #FFFFFF;
margin: 0 0 0 5px;
padding: 0 5px 5px 0;
} </blockquote>replace it with <blockquote>#ja-current-content {
background-color: #FFFFFF;
float: left;
margin: 0 0 0 5px;
padding: 0 5px 5px 0;
width: 66%;
}</blockquote>1 user says Thank You to himangi for this useful post
April 26, 2011 at 1:07 pm #388339Hi Himangi,
Thanks for the awesome speed in which you responded and for the help. The menu is now in it’s correct place but there is a slight problem. When I click on one of the menu links it drops down again.
Many Thanks
Paulhimangi Friendhimangi
- Join date:
- April 2011
- Posts:
- 1406
- Downloads:
- 1
- Uploads:
- 86
- Thanks:
- 21
- Thanked:
- 345 times in 332 posts
April 26, 2011 at 1:23 pm #388343Hi,
The problem is occurring due to the code problem. It does not seem to be same for home page and other pages.. For home page <div> tag is closing after including right column where as for other pages <div> is getting closed before right column.. Which template are you using? And can you send me admin access to site via PM?
April 26, 2011 at 1:51 pm #388351PM sent. TY
himangi Friendhimangi
- Join date:
- April 2011
- Posts:
- 1406
- Downloads:
- 1
- Uploads:
- 86
- Thanks:
- 21
- Thanked:
- 345 times in 332 posts
April 26, 2011 at 2:02 pm #388354Hi,
Please check PM. The access you sent was administrator level, I need super admin access to check template..
himangi Friendhimangi
- Join date:
- April 2011
- Posts:
- 1406
- Downloads:
- 1
- Uploads:
- 86
- Thanks:
- 21
- Thanked:
- 345 times in 332 posts
April 27, 2011 at 5:26 am #388471Hi,
The problem is solved. The ‘LIFTED’ Red Carpet Movie Premier article had div tags which were causing to change the template layout.. I have removed the tags from article and reverted template.css
I could not see yellow.css from admin, so you will need to edit templates/ja_opal/css/colors/yellow.css and find
<blockquote>#ja-current-content {
background-color: #FFFFFF;
float: left;
margin: 0 0 0 5px;
padding: 0 5px 5px 0;
width: 66%;
}</blockquote>replace it with<blockquote>#ja-current-content {
background-color: #FFFFFF;
margin: 0 0 0 5px;
padding: 0 5px 5px 0;
}</blockquote> to spread the main content till right column.. -
AuthorPosts
This topic contains 7 replies, has 2 voices, and was last updated by himangi 13 years, 7 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum