Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1259030

    Hi Support,

    Could you help out? The icons of the icon list on the page as shown in private section are not being displayed properly on my mobile device. They show small and bleeched out.

    Many thanks in advance,

    Alexander

    #1259572

    Hey Alexander,
    Sorry for the very late reply and thanks for the link and screenshot.
    Please try this code in the WordPress > Customize > Additional CSS field:

    @media only screen and (max-width: 767px) { 
    	.avia_transform .avia-timeline-vertical.avia-timeline-animate .milestone_icon {
        opacity: 1 !important;
        -webkit-transform: scale(1) !important;
        -ms-transform: scale(1) !important;
        transform: scale(1) !important;
    }
    }

    Then clear your browser cache and check.

    Best regards,
    Mike

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