How to display a products on a mobile phone

  • Posts: 16
  • Thank you received: 0
11 years 2 months ago #162398

-- url of the page with the problem -- : 108.174.152.219/~yamitysb/index.php/auto...rate-from-title.html
-- url Mobile of the page with the problem: www.responsinator.com/?url=http%3A%2F%2F...rate-from-title.html

-- HikaShop version -- : 2.3.1
-- Joomla version -- : 3.3
-- PHP version -- : 5.3.28
-- Browser(s) name and version -- : iOS - Safari
-- Error-message(debug-mod must be tuned on) -- : Error_message

In the Configuration > Display > se bootstrap design = YES
What can I do to display it probably on mobile devices?

Thanks
M

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

  • Posts: 84298
  • Thank you received: 13697
  • MODERATOR
11 years 2 months ago #162421

Hi,

The problem is with the CSS of your template: 108.174.152.219/~yamitysb/templates/t3_b..._adi/legacy-grid.css
It's not completely responsive as it should be. It's missing the @media from bootstrap for the span* classes.

As a quick fix, you can add such CSS on your website to make it work :
@media (max-width: 767px) {
.span6 {
width: 110%;
}
}

www.hikashop.com/support/support/documen...ize-the-display.html

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

Time to create page: 0.054 seconds
Powered by Kunena Forum