Page No Display Problem

  • Posts: 31
  • Thank you received: 0
11 years 6 months ago #134515



This is happening on my product listing, How do I solve it?



-- url of the page with the problem -- : www.bbqhomespecialist.com/index.php/prod...gory/14-all-products
-- HikaShop version -- : 222
-- Joomla version -- : 2.5
-- PHP version -- : x.x.x
-- Browser(s) name and version -- : IE-10,Chrome,Firefox

Please Log in or Create an account to join the conversation.

  • Posts: 12953
  • Thank you received: 1778
11 years 6 months ago #134528

Hi,
Your problem is coming from the CSS code of your "bootstrap.min.css" file :

.pager:before, .pager:after, .pagenav:before, .pagenav:after {
display: table;
content: "";
line-height: 0;
}
I think that using some code like this will probably solve your issue :
.pagination .pagenav {
display: inline-block;
}

Last edit: 11 years 6 months ago by Mohamed Thelji.
The following user(s) said Thank You: soethiha

Please Log in or Create an account to join the conversation.

  • Posts: 31
  • Thank you received: 0
11 years 6 months ago #134534

Mohamed Thelji wrote: Hi,
Your problem is coming from the CSS code of your "bootstrap.min.css" file :

.pager:before, .pager:after, .pagenav:before, .pagenav:after {
display: table;
content: "";
line-height: 0;
}
I think that using some code like this will probably solve your issue :
.pagination .pagenav {
display: inline-block;
}


I got it.
Thank You so much.
Must appreciate help.

Please Log in or Create an account to join the conversation.

Time to create page: 0.070 seconds
Powered by Kunena Forum