Mobile Appearing - Hika Shop

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

-- HikaShop version -- : 2.6.1
-- Joomla version -- : 3.4.8
-- PHP version -- : 5.4.45
-- Browser(s) name and version -- : Mobile

Hello,

the desktop version of the hika shop looks well ,but on the mobile version the space between picture and description is too big and it looks not ok.
Please check printscreen. (It's the same for other mobile devices)

The problem was inspected by Louis Alviss from JoomlaShine Support an could not be solved.

Thanks for check

Attachments:

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

  • Posts: 84307
  • Thank you received: 13701
  • MODERATOR
9 years 5 months ago #233950

Hi,

Change the code:

@media only screen and (max-width: 768px), (max-device-width: 768px) {
	div[id*="hikashop_category_information_module"] div.hikashop_category,
	div[id*="hikashop_category_information_module"] div.hikashop_product {
		width: 49% !important;
		margin-right: 1%;
	}
}
@media only screen and (max-width: 640px), (max-device-width: 640px) {
	div[id*="hikashop_category_information_menu"] div.hikashop_category,
	div[id*="hikashop_category_information_menu"] div.hikashop_product {
		width: 49% !important;
		margin-right: 1%;
	}
	div[id*="hikashop_category_information_menu"] div.hikashop_product .hikashop_product_image_subdiv {
		width: 100%;
	}
	#hikashop_download_listing th {
		display: block;
	}
		#hikashop_download_listing .hikashop_no_border .btn {
		margin-top: 10px;
	}
	#hikashop_download_listing td {
		text-align: center;
	}
}
@media only screen and (max-width: 320px), (max-device-width: 320px) {
	div[id*="hikashop_category_information_menu"] div.hikashop_category,
	div[id*="hikashop_category_information_menu"] div.hikashop_product {
		width: 100% !important;
		margin-bottom: 10px;
	}
	div[id*="hikashop_category_information_module"] div.hikashop_category,
	div[id*="hikashop_category_information_module"] div.hikashop_product {
		width: 100% !important;
		margin-bottom: 10px;
	}
	#hikashopcpanel div.icon {
		width: 100%;
	}
	#jsn-page #hikashop_checkout_next_button {
		float: left;
	}
	#hikashop_checkout_cart table td, 
	#hikashop_checkout_cart table th {
		padding: 5px;
		text-align: center;
	}
}
to:
@media only screen and (max-width: 920px), (max-device-width: 920px) {
	div[id*="hikashop_category_information_module"] div.hikashop_category,
	div[id*="hikashop_category_information_module"] div.hikashop_product {
		width: 49% !important;
		margin-right: 1%;
	}
}
@media only screen and (max-width: 640px), (max-device-width: 640px) {
	div[id*="hikashop_category_information_menu"] div.hikashop_category,
	div[id*="hikashop_category_information_menu"] div.hikashop_product {
		width: 49% !important;
		margin-right: 1%;
	}
	div[id*="hikashop_category_information_menu"] div.hikashop_product .hikashop_product_image_subdiv {
		width: 100%;
	}
	#hikashop_download_listing th {
		display: block;
	}
		#hikashop_download_listing .hikashop_no_border .btn {
		margin-top: 10px;
	}
	#hikashop_download_listing td {
		text-align: center;
	}
}
@media only screen and (max-width: 580px), (max-device-width: 580px) {
	div[id*="hikashop_category_information_menu"] div.hikashop_category,
	div[id*="hikashop_category_information_menu"] div.hikashop_product {
		width: 100% !important;
		margin-bottom: 10px;
	}
	div[id*="hikashop_category_information_module"] div.hikashop_category,
	div[id*="hikashop_category_information_module"] div.hikashop_product {
		width: 100% !important;
		margin-bottom: 10px;
	}
	#hikashopcpanel div.icon {
		width: 100%;
	}
	#jsn-page #hikashop_checkout_next_button {
		float: left;
	}
	#hikashop_checkout_cart table td, 
	#hikashop_checkout_cart table th {
		padding: 5px;
		text-align: center;
	}
}
in the file templates/jsn_glass_pro/ext/hikashop/jsn_ext_hikashop.css of your template and it should work better.

Last edit: 9 years 5 months ago by nicolas.
The following user(s) said Thank You: Memory

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

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

Hello,

it seems to work on the blackberry.
I have to check IOS and Android later.

Thanks

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

Time to create page: 0.057 seconds
Powered by Kunena Forum