what is WP.com doing to its css editor?

  • Unknown's avatar

    these past few days, the css editor has been unreliable
    now it has disabled code that works for months
    the scroll window not longer works in firefox
    and is positioned incorrectly in chrome (though it look fine when in Customize mode)
    could you please look into this and ask someone responsible for the dev team to better test all these interface changes they seem to be making lately?

    thx!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

    h2.site-description {
    	height: 150px;
    	width: 150px;
    	background: url('//needlepointlandstore.files.wordpress.com/2014/12/xmas-cartouche-1.png');
    	border: 0;
    	font: 0/0 a;
    	text-shadow: none;
    	color: #FFF68F;
    	position: absolute;
    	top: 60px;
    	right: 230px;
    	opacity: .8;
    	animation: scrollad 20s linear infinite;
    	-webkit-animation: scrollad 20s linear infinite;
    	animation-delay: 1s;
    	-webkit-animation-delay: 1s;
    	animation-direction: alternate-reverse;
    	-webkit-animation-direction: alternate-reverse;
    }

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    @kerin2014, we are sorry for the recent issue with the customizer. We try very hard to test all things before committing and code change, but sometimes it happens.

    I see you now have your CSS back in the customizer, and I have tested scrolling in Firefox in your customizer and all appears to be working fine now.

    Are there any other problems with CSS that are not resolved for you, or any remaining issues with the behavior of the customizer? If so, please let me know and I would be happy to help sort those out for you.

    Again, sorry for the inconvenience.

  • Unknown's avatar

    thx for your kind response. i have removed the scroller, and jazzed up the background image. this way it works on everything no problemo. !

  • Unknown's avatar

    Glad you have a solution that works for you. If you have further questions, let us know.

  • The topic ‘what is WP.com doing to its css editor?’ is closed to new replies.