-
websquared
Double checked that it was the THEME update, but the new
margin
selections for the separator fields – when using dots – looks a little strange – you just have a very very thick solid lineOnly in the admin view though – seems to still stay as dots in live view
after / before image below
Will that stay or will it change back to dots?
Thanks
Sarah -
Alvind
Hi there,
Can you try adding this PHP Snippet to the site:
add_action( 'after_setup_theme', function() { remove_theme_support( 'appearance-tools' ); }, 99 );
Let me know.
-
websquared
Yes that made it go back to dots again – howevre I have also lost the dimensions/margin ability that was seemingly added??
-
We’re going to be rolling back the addition of
appearance-tools
support in 3.5.1 (releasing today), as it caused too many CSS issues like the above.Of course, this means you will lose the added options that this addition provided (dimensions/margin). You will be able to add support back, but that means that there could be styling quirks (as you’ve noticed).
-
websquared
Ok thank you Tom, I think my clients would rather no quirks for now – but liking the addition looking forward to seeing that for real in the future then !
-
No problem! Sorry for the inconvenience.
- You must be logged in to reply to this topic.