• Jess

    (@jessicafs)


    Nice, simple plug in. In case someone needs it… for smaller screens, changed ‘.flip-clock-wrapper’ margin from ‘auto’ to ‘-11px’ and added width of 115%, also added ‘.flip-clock-wrapper ul’ margin of ‘1px’:

    @media ( max-width:767px ) {
    	.flip-clock-wrapper { margin: 0 -11px; display: block; width:115%;}
    
    	.flip-clock-wrapper ul { height: 50px; line-height: 50px; margin:1px; }
    }
    }
    
  • The topic ‘Needed a little CSS additional tweaking for mobile’ is closed to new replies.