- Posts: 8
- Thank you received: 0
Page Navigation number and Menu layout problem
-
paulyap2k
Inactive member - Topic Author
- New Member
Less
More
12 years 7 months ago #18506
by paulyap2k
Page Navigation number and Menu layout problem was created by paulyap2k
Hi There,
We have ordered VM2 template today - furniture store.
We hit some strange layout issues.
1) Page Navigation Numbering Layout seems to be vertically align instead of horizontally align, is there a way to correct this ?
2) Similarly with menu layout. The template menu option did not appear on front page, if i use joomla menu module, it'll only be vertical layout tested in position (user 3,9, carousel)
System: Joomla 2.5, VM 2.x.
Attached with screen for ref
Thanks for your
We have ordered VM2 template today - furniture store.
We hit some strange layout issues.
1) Page Navigation Numbering Layout seems to be vertically align instead of horizontally align, is there a way to correct this ?
2) Similarly with menu layout. The template menu option did not appear on front page, if i use joomla menu module, it'll only be vertical layout tested in position (user 3,9, carousel)
System: Joomla 2.5, VM 2.x.
Attached with screen for ref
Thanks for your
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 7 months ago #18513
by ivan.milic
Replied by ivan.milic on topic Re: Page Navigation number and Menu layout problem
send link
Please Log in to join the conversation.
-
paulyap2k
Inactive member - Topic Author
- New Member
Less
More
- Posts: 8
- Thank you received: 0
12 years 7 months ago #18527
by paulyap2k
Replied by paulyap2k on topic Re: Page Navigation number and Menu layout problem
how do i PM you the link ?
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 7 months ago #18537
by ivan.milic
Replied by ivan.milic on topic Re: Page Navigation number and Menu layout problem
If you don't want to put it in post you can use "Report To Moderator"
Please Log in to join the conversation.
-
paulyap2k
Inactive member - Topic Author
- New Member
Less
More
- Posts: 8
- Thank you received: 0
12 years 7 months ago #18548
by paulyap2k
Replied by paulyap2k on topic Re: Page Navigation number and Menu layout problem
sent the link to moderator, thanks.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 7 months ago #18556
by ivan.milic
Replied by ivan.milic on topic Re: Page Navigation number and Menu layout problem
Add this to bottom of hot_furniturestore/css/vm_furniturestore.css
.bottom-pagination ul{
list-style:none;
}
.bottom-pagination ul li{
float:left;
}
Menu layout depends on part of an page where you put it. For example in bottom position it will be horizontal. You can do this trick to make menu horizontal although it's placed in position where it's intended to be vertical:
Add module class suffix " horizontal" ( without quotes, not blank char ), then add this css at the bottom of template_css.css
.horizontal{
list-style:none;
}
.horizontal li{
float:left;
}
.bottom-pagination ul{
list-style:none;
}
.bottom-pagination ul li{
float:left;
}
Menu layout depends on part of an page where you put it. For example in bottom position it will be horizontal. You can do this trick to make menu horizontal although it's placed in position where it's intended to be vertical:
Add module class suffix " horizontal" ( without quotes, not blank char ), then add this css at the bottom of template_css.css
.horizontal{
list-style:none;
}
.horizontal li{
float:left;
}
Please Log in to join the conversation.
Time to create page: 0.094 seconds