WPIntell

Source evidence

Mobile View

LocateAndFilter · support · 2023-08-17T16:56:00+00:00

mixedsentiment
mediumseverity
0.66relevance
4replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

7 / 23 rows with source links

30.4% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

16 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
alexanderaugust resolved
Hi! I have achieved a really beautiful design on the desktop view. This is great! But, the default mobile view is not good enough. Since the demo (demo map – Projects) on your website is also not good on mobile I wondered … (1) if it is actually possible to make it user friendly on mobile? (2) and if yes, then what would be the best way to go about it? Thank you! @dgamoni Any info on that? Hi @alexanderaugust Can you send me a link to your site? Hi @dgamoni https://easywello.se/en/find-professionals/ Thank you in advance! HI @alexanderaugust try this css #bloc3 .map-nav-lists { display: flex; flex-wrap: wrap; } #bloc3 .map-nav-item { flex: 1 0 21%; } #bloc3 .map-nav-item-wrapper { display: flex; flex-wrap: wrap; align-items: end; min-height: 308px; } .navlist-thumbnail { height: 100%; } .navlist-title { display: flex; flex-wrap: wrap; } .street { padding-left: 0; margin-bottom: 0; } .map-nav-item b { padding-right: 10px; } .post_tag { width: 100%; display: flex; flex-wrap: wrap; } .post_tag span { line-height: 1.2; } @media (max-width: 998px) { #bloc3 .map-nav-item { flex: 1 0 31%; } } @media (max-width: 768px) { #bloc3 .map-nav-item { flex: 1 0 41%; } #bloc1 { width: 100%; margin-bottom: 10px; } #bloc2 { width: 100%; margin-right: 0; } } @media (max-width: 480px) { #bloc3 .map-nav-item { flex: 1 0 91%; } }

Comments

4 shown
alexanderaugust 2023-09-20T20:16:00+00:00

@dgamoni Any info on that?

dgamoni 2023-09-21T11:30:00+00:00

Hi @alexanderaugust Can you send me a link to your site?

alexanderaugust 2023-09-21T18:11:00+00:00

Hi @dgamoni https://easywello.se/en/find-professionals/ Thank you in advance!

dgamoni 2023-09-22T08:47:00+00:00

HI @alexanderaugust try this css #bloc3 .map-nav-lists { display: flex; flex-wrap: wrap; } #bloc3 .map-nav-item { flex: 1 0 21%; } #bloc3 .map-nav-item-wrapper { display: flex; flex-wrap: wrap; align-items: end; min-height: 308px; } .navlist-thumbnail { height: 100%; } .navlist-title { display: flex; flex-wrap: wrap; } .street { padding-left: 0; margin-bottom: 0; } .map-nav-item b { padding-right: 10px; } .post_tag { width: 100%; display: flex; flex-wrap: wrap; } .post_tag span { line-height: 1.2; } @media (max-width: 998px) { #bloc3 .map-nav-item { flex: 1 0 31%; } } @media (max-width: 768px) { #bloc3 .map-nav-item { flex: 1 0 41%; } #bloc1 { width: 100%; margin-bottom: 10px; } #bloc2 { width: 100%; margin-right: 0; } } @media (max-width: 480px) { #bloc3 .map-nav-item { flex: 1 0 91%; } }