- Posts: 6
- Thank you received: 0
Change Main Menu style
- Dinusha Kadahettige
-
Topic Author
- Offline
- Fresh Boarder
-
Less
More
13 years 1 week ago - 13 years 1 week ago #1117
by Dinusha Kadahettige
Change Main Menu style was created by Dinusha Kadahettige
Hi All
I would like to change main menu style. At the moment main menu all levels links are set to the same line. I want to get first level of link as it is and second level little bit side to right side , thrid level links little bit side to right side than second level. For Example please see the attaced document.
Please advice me how to do that.
Thank You
I would like to change main menu style. At the moment main menu all levels links are set to the same line. I want to get first level of link as it is and second level little bit side to right side , thrid level links little bit side to right side than second level. For Example please see the attaced document.
Please advice me how to do that.
Thank You
Last edit: 13 years 1 week ago by Dinusha Kadahettige. Reason: Previous attachment failed
Please Log in or Create an account to join the conversation.
- Linh Robert
-
- Offline
- Banned
-
Less
More
- Posts: 908
- Thank you received: 568
13 years 1 week ago #1118
by Linh Robert
If you need to send us FTP access / host access, administrator access or any private information:
services(at)omegatheme(dot)com or drop a ticket www.omegatheme.com/member/
Replied by Linh Robert on topic Re: Change Main Menu style
Hi,
You can try doing this:
So the first level will have a space of 15px from left, the second level will have a space of 30px from left, the third will have a space of 45px from left, and so on.
You can try doing this:
Code:
#your_menu_id ul {
margin-left: 15px;
}
If you need to send us FTP access / host access, administrator access or any private information:
services(at)omegatheme(dot)com or drop a ticket www.omegatheme.com/member/
Please Log in or Create an account to join the conversation.
- Dinusha Kadahettige
-
Topic Author
- Offline
- Fresh Boarder
-
Less
More
- Posts: 6
- Thank you received: 0
13 years 1 week ago #1119
by Dinusha Kadahettige
Replied by Dinusha Kadahettige on topic Re: Change Main Menu style
Hi Linh_omg
Thanks for your reply. I checked the menu css. I do not have idea to do that. I have attached the menu css. can you show me where it is I have to change
Thank You
Thanks for your reply. I checked the menu css. I do not have idea to do that. I have attached the menu css. can you show me where it is I have to change
Thank You
Please Log in or Create an account to join the conversation.
- Linh Robert
-
- Offline
- Banned
-
Less
More
- Posts: 908
- Thank you received: 568
13 years 1 week ago #1120
by Linh Robert
If you need to send us FTP access / host access, administrator access or any private information:
services(at)omegatheme(dot)com or drop a ticket www.omegatheme.com/member/
Replied by Linh Robert on topic Re: Change Main Menu style
Hi,
just add this to css file
just add this to css file
Code:
.left_column ul.menu,
.right_column ul.menu {
margin-left: 0;
}
.left_column ul.menu ul,
.right_column ul.menu ul {
margin-left: 15px;
}
If you need to send us FTP access / host access, administrator access or any private information:
services(at)omegatheme(dot)com or drop a ticket www.omegatheme.com/member/
Please Log in or Create an account to join the conversation.
- Dinusha Kadahettige
-
Topic Author
- Offline
- Fresh Boarder
-
Less
More
- Posts: 6
- Thank you received: 0
13 years 6 days ago #1124
by Dinusha Kadahettige
Replied by Dinusha Kadahettige on topic Re: Change Main Menu style
Hi Linh_omg
Thank you for your reply again. Yes it works
Thank You
Thank you for your reply again. Yes it works

Thank You
Please Log in or Create an account to join the conversation.
Time to create page: 0.192 seconds