Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #901482

    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)

    mobile view
    Hope to hear from you guys soon.

    thanks!

    • This topic was modified 6 years, 9 months ago by shalenie.
    #901930

    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

    #903721

    Thank you for your response. it did work but its not quite as ive expected:

    image

    Is there another way to make it look more appropriate? (for the lack of better word)

    #903829

    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

    #903834

    thank you for your response mike but it went back to the previous state.

    #903898

    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

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.