Mobile view
Autor: Bahadır A.
Visited 1639,
Followers 1,
Udostępniony 0
hi
i have a problem mobile view in shoping chart i want to se two row
how can i do
thanks
www.miractesbih.com/mobile
Posted on the
Bahadır, unfortunately you don't have much control of mobile layout, but I have found that under many circumstances I can work around the problem for the vast majority of phones by adding an extra resolution.
Step 2, Resolution and Responsive Design and add 320px resolution.
There are very few phones with only 320px resolution and in the past WX5 has allowed 2 columns at 320-480px.
If this does not work I apologise.
Autor
i tried but not work
my mobaile phone samsung galaxy s7 , many people use that type of phone
i need 320 -480 px 2 columns
i think must :(
.
ciao
.
Autor
yes this is ok
how can i get extra code KolAsim
...OK ... ... paste the code in this section:
>> Step 3 - Map > The 'Page Properties' window > Options in the Expert section | ▪Custom Code: > 3^(third) option > Before closing the HEAD tag...
... code:
<style>
@media (max-width: 479px) {/**K**/
.imProductListCard {max-width:50% !important; margin:0px !important}}
</style>
.
Autor
great, thank you very much for your help
......