- Posts: 2
- Thank you received: 0
Menu customization
-
CostasL
Inactive member - Topic Author
- New Member
Less
More
13 years 11 months ago #5286
by CostasL
Menu customization was created by CostasL
Hi,
I would like to ask how can I make the top menu vertical so as to locate it to the right module position.
And a second question: how can I swap left column with right column so as to have left's background to the right.
Thank you and sorry If these questions were asked and replied before.
Costas
I would like to ask how can I make the top menu vertical so as to locate it to the right module position.
And a second question: how can I swap left column with right column so as to have left's background to the right.
Thank you and sorry If these questions were asked and replied before.
Costas
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 11 months ago #5313
by ivan.milic
Replied by ivan.milic on topic Re: Menu customization
Open menu module using Template Manager:
Set "Many Style" to Legacy-Vertical
To relapse background images find:
#column_left div.moduletable {
background: url(/templates/hot_furniturestore/images....
}
and replace that with
#column_right div.moduletable {
background: url(/templates/hot_furniturestore/images....
}
after that you will probably need to adjust something
Set "Many Style" to Legacy-Vertical
To relapse background images find:
#column_left div.moduletable {
background: url(/templates/hot_furniturestore/images....
}
and replace that with
#column_right div.moduletable {
background: url(/templates/hot_furniturestore/images....
}
after that you will probably need to adjust something
Please Log in to join the conversation.
-
CostasL
Inactive member - Topic Author
- New Member
Less
More
- Posts: 2
- Thank you received: 0
13 years 11 months ago #5332
by CostasL
Replied by CostasL on topic Re: Menu customization
Thank you for you reply but I think I have to be more specific:
1) I want Topmenu to locate at the right module position, having the same features as in the User3 position
2) I want to have Main menu (as shown at left module position) to the right module position.
1) I want Topmenu to locate at the right module position, having the same features as in the User3 position
2) I want to have Main menu (as shown at left module position) to the right module position.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 11 months ago #5344
by ivan.milic
Replied by ivan.milic on topic Re: Menu customization
You can change menu of any of menu items by changing menu item's "Display in" parameter.
If you tough about drop-down UI of menu to the left or right that is not possible.
If you tough about drop-down UI of menu to the left or right that is not possible.
Please Log in to join the conversation.
Time to create page: 0.165 seconds