-
AuthorPosts
-
poppycards Friend
poppycards
- Join date:
- May 2008
- Posts:
- 14
- Downloads:
- 0
- Uploads:
- 0
- Thanked:
- 1 times in 1 posts
May 9, 2008 at 9:58 pm #128383I have two questions on the Villadi template:
1. How can I re-align the top horizontal menu to be right-aligned instead of left-aligned?
2. How can I change the background color of the User 1,2 and top module positions?
thanks!
Mike
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
May 10, 2008 at 2:32 am #248430Hi poppycards !
About question #1 :
What menu type do you use ? you can align menu to right by way : edit code of css file of menu.
example if you use splitmenu you open ja.splitmenu.css file in templates/ja_menus/ja_splitmenu folder , find code section at about line 12 :
#ja-splitmenu {
margin:0pt;
padding:0pt 0pt 0pt 10px;
}
change into :
#ja-splitmenu {
float:right;
margin:0pt;
padding:0pt 0pt 0pt 10px;
}
About question #2 change the background color of user1,2 and top module :
You must edit topsl-bg.jpg images in templates/ja_villadi/images folder , this is background image for user1, 2 and top module .poppycards Friendpoppycards
- Join date:
- May 2008
- Posts:
- 14
- Downloads:
- 0
- Uploads:
- 0
- Thanked:
- 1 times in 1 posts
May 10, 2008 at 3:15 am #248438Thank you hainn84. I was able to change the alignment for all of the menus except for the Transmenu. Can you tell me how to accomplish this?
Also, when making the change for the Script Dropline menu type, it added some extra vertical spacing when adding this code:
#jasdl-mainnav {
float:right;
padding-left: 10px;If I could ask one additional unrelated question: Could you tell me how to separate the left column position of the template into its own column separate from the main body?
thank you very much for your help. It’s very much appreciated.
Mike
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
May 10, 2008 at 3:53 am #248447With transmenu you open ja.transmenuh.css file in templates/ja_villadi/ja_menus/ja_transmenu folder find following code section :
#ja-transmenu {
margin:0pt;
padding:0pt;
}
change into :
#ja-transmenu {
float:right;
margin:0pt;
padding:0pt;
}
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
May 10, 2008 at 4:01 am #248448about Script Dropline menu type , i have try do following you say , but don’t show problem , You can print screen and send link of your site (with Script Dropline menu type) i will check it for you !
-
AuthorPosts
This topic contains 5 replies, has 2 voices, and was last updated by Sherlock 16 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum