-
AuthorPosts
-
June 11, 2007 at 8:43 am #120769
Well… I have the main menu at left posición, but it appears at the middle right. I want to put the left menu at the left of the page. How can i do this? Can it be done with the joomla panel? Or wich files should I modify?
Thank youHieu Nguyen AdminHieu Nguyen
- Join date:
- November 2005
- Posts:
- 678
- Downloads:
- 36
- Uploads:
- 0
- Thanks:
- 69
- Thanked:
- 61 times in 1 posts
June 11, 2007 at 9:26 am #221859Open your template_css.css And find lines:
#ja-mainbody #ja-contentwrap {
float:left;
width:75%;
}
Change float:left; to float:right;
After that open file images/leftcol-right-bg.gif and make change to suitable for your layout.
Hope it help.June 11, 2007 at 9:57 pm #221914I have obtained it! The main menu now I have it to the left side, but
the image (*leftcol-right-bg.gif) *goes out for me** in the middle of
the page.Since I can put it later of the main menu and the content of the body?
Thanks
Hieu Nguyen AdminHieu Nguyen
- Join date:
- November 2005
- Posts:
- 678
- Downloads:
- 36
- Uploads:
- 0
- Thanks:
- 69
- Thanked:
- 61 times in 1 posts
June 12, 2007 at 2:43 am #221927Send me your leftcol-right-bg.gif, i will help you change it to suitable for your layout.
June 12, 2007 at 12:44 pm #221969zandercent Friendzandercent
- Join date:
- November 2006
- Posts:
- 75
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 4
- Thanked:
- 1 times in 1 posts
June 13, 2007 at 3:15 pm #222084can we all have the outcome of this adjustment? seems a shame to put it to waste!
zandercent Friendzandercent
- Join date:
- November 2006
- Posts:
- 75
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 4
- Thanked:
- 1 times in 1 posts
June 13, 2007 at 5:04 pm #222090Hi, I’ve also moved the column to the left – can I make it samller? What do I need to change to make the column ake up less of the left hand side of my page.
thanks!Anonymous ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
August 11, 2009 at 3:15 am #313798Hi
Please try with my guider:
– Open templates/ja_wistery/css/template_css.css file
+ At about line 1164, find following code:
#ja-mainbody #ja-contentwrap {
float:left;
width:75%;
}
and change to:
#ja-mainbody #ja-contentwrap {
float:right;
width:75%;
}
+ At about line 741, find following code:
#ja-container {
padding: 0;
background: url(../images/leftcol-right-bg.gif) repeat-y 60% 0%;
}
and change to:
#ja-container {
padding: 0;
background: url(../images/leftcol-right-bg.gif) repeat-y 115% top;
}
-
AuthorPosts
This topic contains 8 replies, has 4 voices, and was last updated by Anonymous 15 years, 3 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum