Pop-up issue at phone size

  • Posts: 42
  • Thank you received: 0
9 years 1 month ago #246004

-- HikaShop version -- : 2.6.3

Hi,

The pop-up is breaking on phone sizes and the background is not scrolling. Is there any way to fix this issue?

thanks!

Attachments:

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

  • Posts: 12953
  • Thank you received: 1778
9 years 1 month ago #246006

Hello,

In your case the solution will be to directly use some CSS code like media queries :

You can do the modifications in the frontend css file via the menu Configuration > Display > CSS
Use the @media tags to change the width of the columns when the width of the page is less than xx.

ex:
@media (max-width: 767px) {
.hikashop_products .row-fluid .span4 { width: 49% !important;}
}

Here is some documentation about the layout customization:
www.hikashop.com/support/documentation/1...ize-the-display.html

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

  • Posts: 42
  • Thank you received: 0
9 years 4 weeks ago #246053

Hi,

where can I find the script that is generating the inline styles? Can this script be overwritten?

thanks!

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

  • Posts: 26264
  • Thank you received: 4043
  • MODERATOR
9 years 4 weeks ago #246059

Hi,

The Joomla Squeezebox javascript library does that.

Regards,


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.

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

Time to create page: 0.094 seconds
Powered by Kunena Forum