One or more columns?
- ClaudioRomeo
- Topic Author
- Offline
- Platinum Member
6 years 2 weeks ago #49950
by ClaudioRomeo
Counselor for better people in a better company
One or more columns? was created by ClaudioRomeo
I'm now testing the Icons style. It works, but there is something I don't understand
As you can see in the image called iPhone_Emulatend.jpg, the icons are arranged in two columns. That's OK. This image is emulated by the flexible view of Firefox.
The image Huawei_True.jpg shows the content of my Huawei phone. As you can see, only one column is used, no matter the width of accordion icons set.
It looks like on real devices only one column can be used. Can you confirm this? I checked this only on two different Huawei.
As you can see in the image called iPhone_Emulatend.jpg, the icons are arranged in two columns. That's OK. This image is emulated by the flexible view of Firefox.
The image Huawei_True.jpg shows the content of my Huawei phone. As you can see, only one column is used, no matter the width of accordion icons set.
It looks like on real devices only one column can be used. Can you confirm this? I checked this only on two different Huawei.
Counselor for better people in a better company
Please Log in or Create an account to join the conversation.
6 years 2 weeks ago #49962
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic One or more columns?
Hi
please give me the url of the page, so that I can check the problem
CEd
please give me the url of the page, so that I can check the problem
CEd
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
- ClaudioRomeo
- Topic Author
- Offline
- Platinum Member
6 years 2 weeks ago #49963
by ClaudioRomeo
Counselor for better people in a better company
Replied by ClaudioRomeo on topic One or more columns?
Counselor for better people in a better company
Please Log in or Create an account to join the conversation.
6 years 2 weeks ago - 6 years 2 weeks ago #49964
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic One or more columns?
try to add this in a custom css
and tell me if it works
CEd
Code:
[data-id="TopMenuCK"] .mobilemenuck-item {
float: left;
}
and tell me if it works
CEd
Joomlack Webmaster and Developer
Last edit: 6 years 2 weeks ago by ced1870.
Please Log in or Create an account to join the conversation.
- ClaudioRomeo
- Topic Author
- Offline
- Platinum Member
6 years 2 weeks ago #49966
by ClaudioRomeo
Counselor for better people in a better company
Replied by ClaudioRomeo on topic One or more columns?
It works in the opposite way: now also in the Firefox emulation there is only one column.
My goal is to have two columns also on the mobile phone
My goal is to have two columns also on the mobile phone
Counselor for better people in a better company
Please Log in or Create an account to join the conversation.
6 years 2 weeks ago #49967
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic One or more columns?
lol, it seems that it is not a good day for me
please replace float:left with
the fact is that the screen is smaller than expected and using the current width (154px) there is no place for 2 items in the same row
let me know
please replace float:left with
Code:
width: 145px;
the fact is that the screen is smaller than expected and using the current width (154px) there is no place for 2 items in the same row
let me know
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
Time to create page: 0.240 seconds