Hello,
my website doesnt show up properly on mobile when visiting a particular page from my website. https://leconstruct.com/portfolio-item/malapatan-municipal-police-station/
please notice the square box indicated in the pic: ( the total amount doesnt show up but it shows completely in some desktop browser – not all)
Hope to hear from you guys soon.
thanks!
Hey shalenie,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 1400px) {
#av-layout-grid-1 .avia-animated-number-title span, #av-layout-grid-1 .avia-animated-number-content p {
font-size:18px !important;
}
}
Best regards,
Rikard
Thank you for your response. it did work but its not quite as ive expected:
Is there another way to make it look more appropriate? (for the lack of better word)
Hi,
Try this code in the General Styling > Quick CSS field:
@media only screen and (min-width: 767px) and (max-width: 1023px) {
#top.postid-1480 #av-layout-grid-1 .av_two_fifth {
width: 30%!important;
padding: 15px!important;
}
}
Best regards,
Mike
thank you for your response mike but it went back to the previous state.
Hi,
Please try this instead:
@media only screen and (min-width: 767px) and (max-width: 1023px) {
#top.postid-1480 #av-layout-grid-1 .av_two_fifth {
width: 30%!important;
padding: 15px!important;
}
#av-layout-grid-1 .avia-animated-number-title span, #av-layout-grid-1 .avia-animated-number-content p {
font-size:18px !important;
}
}
please see screenshot in Private Content area as the expected change.
Please clear your browser cache and check.
Best regards,
Mike