-
AuthorPosts
-
July 23, 2008 at 2:59 pm #131240
I hope one of the template maker replies .
I need two changes in JA DRAVITY
1) Module position of menu is on right , I want to shift it on left .
2) Template is centered ( there’s space on left ) . I want to remove that space .
I appreciate your help.
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
July 24, 2008 at 6:58 am #261935Hi joomlatv !
About question #1 :
You can do it following way below:
Open template.css file in templates/ja_dravity/css folder, find following code section at bout line 525:
#ja-content {
clear:both;
display:block;
float:left;
width:59%;
}
change to :
#ja-content {
clear:both;
display:block;
float:right;
width:59%;
}
then continue to find following code section at about line 538 :
#ja-colwrap {
color:#999999;
float:right;
overflow:hidden;
width:40%;
}
change to :
#ja-colwrap {
color:#999999;
float:left;
overflow:hidden;
width:40%;
}
1 user says Thank You to Sherlock for this useful post
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
July 24, 2008 at 7:01 am #261936About question #2 :
Do you want move all layout to left ?July 24, 2008 at 2:50 pm #262030Helo hainn84,
Yes I want to move whole layout to the left ( left column , middle column , right column)
Moreover , Can you tell me how can I change the menu so that When my mouse hovers over the menu items , the menu expands on right side of the parent item ( and not under the parent item ) .
Looking forward
Thank youSherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
July 25, 2008 at 8:33 am #262202about move template to left you can do it following way :
Open template.css file in templates/ja_dravity/css folder , add following line code :
float:left;
to css code of #ja-headerwrap, #ja-mainnavwrap , #ja-containerwrap, #ja-botslwrap, #ja-footerwrap code
1 user says Thank You to Sherlock for this useful post
July 25, 2008 at 10:53 pm #262351This works fine .
However , Now the right column has moved on to left as wellDesired layout is :
Left column(menu) , middle column (content ) , right column ( ads , etc )Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
July 26, 2008 at 2:48 am #262370Hi joomlatv !
Please send url of your site.July 26, 2008 at 6:28 pm #262483helo hainn84 ,
I tried moving to the left by adding float : left ; to the above mentioned IDs , it works fine with firefox , however in internet explorer the content is still in the middle .
Navigation bar / footer/spotlight move to the left but content stays in middle .
kindly help
July 26, 2008 at 8:39 pm #262499problem solved .
thank youJune 15, 2011 at 2:22 am #396388hello,
I intend to do this:
Left column(menu) , middle column (content ) , right column ( ads , etc ).
Following the sollution above you are able just to move the menu and ads together in the left and content in the right this because menu and ads are holded by another ja-colwrap.
What to do in order ads to be moved into the right?
Thank you and hopefully somebody is going to replay me. -
AuthorPosts
This topic contains 10 replies, has 3 voices, and was last updated by leonardcraciun 13 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum