correction store display on mobile

  • Posts: 22
  • Thank you received: 0
9 years 8 months ago #214973

-- HikaShop version -- : 2.5.0
-- Joomla version -- : 3.4

Good morning, I would ask a help setting up the display of products via iphone.
I attach screenshots
the templete is responsive and the bootstrap mode active.
What there is to change in css?
thank you

Attachments:

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

  • Posts: 13201
  • Thank you received: 2322
9 years 8 months ago #214979

Hi,

You could potentially reduce the size of the image when you are in this resolution.
So potentially use that kind of code:

@media only screen and (max-width: 760px) {
	.hikashop_product_listing_image{
		height: 32px !important;
	}
}

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

  • Posts: 22
  • Thank you received: 0
9 years 8 months ago #215051

thanks for the quick response, but the problem remains, the image is reduced but the space inside the table does not fit in any case the size of the mobile screen.It remains the same but with the small picture .. there must be another parameter that I do not find the appropriate correction
thank you

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

  • Posts: 12953
  • Thank you received: 1778
9 years 8 months ago #215062

Hello,

the image is reduced but the space inside the table does not fit in any case the size of the mobile screen

So in your case you'll also have to reduce the size of your table by using some CSS code inside the "@media"

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

  • Posts: 22
  • Thank you received: 0
9 years 8 months ago #215199

I think is the correct solution, but excuse me, but I'm not very experienced in CSS :(
frontend_custom.css in which class should I set? and how to obtain the correct size of iphone or other smartphone for displaying the products in the table?

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

  • Posts: 26240
  • Thank you received: 4036
  • MODERATOR
9 years 8 months ago #215206

Hi,

Without an access to the page it will be more than difficult to understand the CSS issue.
Please understand that we are not designers and our support is more than limited for the CSS ; the HikaShop customization is not provided by our support team ; but we are trying to help the best than we can.

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.082 seconds
Powered by Kunena Forum