Page Navigation number and Menu layout problem

  • paulyap2k
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
12 years 7 months ago #18506 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
Attachments:

Please Log in to join the conversation.

More
12 years 7 months ago #18513 by ivan.milic

Please Log in to join the conversation.

  • paulyap2k
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
12 years 7 months ago #18527 by paulyap2k
how do i PM you the link ?

Please Log in to join the conversation.

More
12 years 7 months ago #18537 by ivan.milic
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
  • New Member
More
12 years 7 months ago #18548 by paulyap2k
sent the link to moderator, thanks.

Please Log in to join the conversation.

More
12 years 7 months ago #18556 by ivan.milic
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;
}

Please Log in to join the conversation.

Time to create page: 0.151 seconds
Powered by Kunena Forum