Hikashop do not resize with template

  • Posts: 9
  • Thank you received: 0
9 years 5 months ago #233481

-- HikaShop version -- : 2.6.1
-- Joomla version -- : 3.4.5
-- PHP version -- : 5.3
-- Browser(s) name and version -- : Chrome

My template "ZenHost" from " www.joomlabamboo.com " looks like resize contents by the window size.
It transforms content to bigger if window is big and transforms content to smaller if the window is small.
This does not happening with sections of hikashop neither as modules ether as menus.
My template has bootstrap and t3framework enable.
Thanks

Attachments:
Last edit: 9 years 5 months ago by s19k15. Reason: Added some specs

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

  • Posts: 84233
  • Thank you received: 13675
  • MODERATOR
9 years 5 months ago #233487

Hi,

Regarding the quantity input field getting bigger on small resolutions, it comes from the CSS:
.input-prepend input, .input-append input, .input-prepend input[class*="span"], .input-append input[class*="span"] {
display: inline-block;
width: auto;
}
in your template.
Removing it fixes that.

Regarding the products listing going over, it's just that there is too much columns with too much uncuttable text in each one.
You would have to hide some of the columns on small resolutions with custom CSS, or display the listing in a DIV layout (grid) so that the boxes of the grid would swap to 1 column automatically on small resolutions.

Regarding the carousel system, it is not responsive for now, so there is not much you can do for it. I would recommend to use a third party carousel module which handle that. You can find a list of carousel modules for HikaShop in our documentation page, under the Integrations section.

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

Time to create page: 0.091 seconds
Powered by Kunena Forum