-
AuthorPosts
-
May 19, 2011 at 12:40 pm #164199himangi Friend
himangi
- Join date:
- April 2011
- Posts:
- 1406
- Downloads:
- 1
- Uploads:
- 86
- Thanks:
- 21
- Thanked:
- 345 times in 332 posts
May 20, 2011 at 10:45 am #392109Menu seems fine to me.. Can you please confirm if you have solved the issue and I can close the thread?
May 20, 2011 at 7:52 pm #392162<em>@himangi 241588 wrote:</em><blockquote>Menu seems fine to me.. Can you please confirm if you have solved the issue and I can close the thread?</blockquote>
Please look at the image atached – i used localhost to test the menu. The words are far too long to fit in the left column and there is a space between 1st and 2nd level of menu, so i need to increase it but than i need to fit with the template. Please advice how.himangi Friendhimangi
- Join date:
- April 2011
- Posts:
- 1406
- Downloads:
- 1
- Uploads:
- 86
- Thanks:
- 21
- Thanked:
- 345 times in 332 posts
May 21, 2011 at 6:16 am #392191To increase the menu width in T3 template,
1. Go to Extensions > Template Manager > your template > Layouts Tab2. Click on Edit link infront of the layout you are using (If you dont know anything about this, please click on the edit link infront of Default layout.)
3. Find <blocks name=”middle” colwidth=”somevalue” change this colwidth, Save the layout and check the changes on frontend. Here you increase column width in % value. If you can not see the change, please clear JAT3 cache and check.
May 21, 2011 at 11:22 am #392229<em>@himangi 241704 wrote:</em><blockquote>To increase the menu width in T3 template,
1. Go to Extensions > Template Manager > your template > Layouts Tab2. Click on Edit link infront of the layout you are using (If you dont know anything about this, please click on the edit link infront of Default layout.)
3. Find <blocks name=”middle” colwidth=”somevalue” change this colwidth, Save the layout and check the changes on frontend. Here you increase column width in % value. If you can not see the change, please clear JAT3 cache and check.</blockquote>
I have JA Mesolite – 2nd July 08 template – not T3 template, as i don’t have layouts tab and when i edit this template there is no blocks “middle”.
And in the /home/*/*/www/templates/ja_mesolite/css/template.css :/* PRIMARY COLUMN
——————————————————— */
#ja-mainbody {
width: 760px;
float: right;
clear: both;
}.narrow #ja-mainbody {
width: 600px;
}#ja-content {
padding: 15px;
position: relative;
border-bottom: 1px solid #E6E6E6;
}/* COLUMNS
——————————————————— */
#ja-col {
float: left;
overflow: hidden;
width: 190px;
}.narrow #ja-col {
width: 150px;
}I think changes should be done here but i don’t know how to do it so template would not “flow”.
himangi Friendhimangi
- Join date:
- April 2011
- Posts:
- 1406
- Downloads:
- 1
- Uploads:
- 86
- Thanks:
- 21
- Thanked:
- 345 times in 332 posts
May 23, 2011 at 8:30 am #392409Hi,
You have found the right part of css, you only need to know which part changes what in your template.
As you see in the css you have given, there is mainbody styling and there is narrow mainbody styling and ja-col and narrow ja-col stylings. Currently you seem to be using the wider width. So to increase the column width you need to increase width from 190 to whatever you want, say 210px in following code.
<blockquote>#ja-col {
float: left;
overflow: hidden;
width: 190px;
}</blockquote>And since we have increased column width, we need to reduce main content area width to fit it in the total template width. So to reduce the main content area, change width by the same amount we increased the column width, that is from 760 to 740px.
<blockquote>#ja-mainbody {
width: 760px;
float: right;
clear: both;
}</blockquote>Make above changes and check the template..
1 user says Thank You to himangi for this useful post
May 23, 2011 at 9:40 am #392423Well your advice worked well but i still got this grey line crossing the left column. How do i get rid of it?
himangi Friendhimangi
- Join date:
- April 2011
- Posts:
- 1406
- Downloads:
- 1
- Uploads:
- 86
- Thanks:
- 21
- Thanked:
- 345 times in 332 posts
May 23, 2011 at 9:50 am #392426Hi,
Please find
#ja-containerwrap {
background: url(../images/dot.gif) repeat-y 190px 0 white;
}
in template.css and change 190 to 210px (same as your column width)If you dont want that separator line to appear at all, then just put background:none; instead of background: url(../images/dot.gif) repeat-y 190px 0 white;
May 23, 2011 at 11:25 am #392447Thank you everything all right now.
AuthorPostsViewing 9 posts - 1 through 9 (of 9 total)This topic contains 9 replies, has 2 voices, and was last updated by fobf 13 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum