New Landing How can we help? Themeforest Theme Support Dante Services box showing backwards

Viewing 2 posts - 1 through 2 (of 2 total)
  • Posted in: Dante
  • #91987
    Peter1C
    Member
    Post count: 1

    Hi. I love the dante theme, but the most important page, the services page is quirky.

    As you can see from the link i put above, the pictures are showing back to front…persumably the front image is not showing at all?

    This looks REALLY bad !

    Can you please help?

    I havent done anything special with this, just changed the text…but it looks really awful on all devices??

    regards,
    Peter

    #92026
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Add this to your custom css:

    .sf-icon-box-animated .front, .sf-icon-box-animated .back {
    	-webkit-backface-visibility: hidden;
    	-moz-backface-visibility: hidden;
    	-o-backface-visibility: hidden;
    	backface-visibility: hidden;
    }
    .no-csstransforms3d .sf-icon-box-animated .back {
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        backface-visibility: hidden;
    }
    .no-csstransforms .sf-icon-box-animated .back {
        -webkit-backface-visibility: visible;
        -moz-backface-visibility: visible;
        -o-backface-visibility: visible;
        backface-visibility: visible;
    }

    – Kyle

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register