Mobile app version of vmapp.org
Login or Join
Vandalay111

: Why would the Better Wordpress Minify plugin cause alignment issues when activated? I just installed the Better Wordpress Minify plugin to speed up a Wordpress site. The plugin is causing a couple

@Vandalay111

Posted in: #Css #Html #Javascript #Plugin #Wordpress

I just installed the Better Wordpress Minify plugin to speed up a Wordpress site. The plugin is causing a couple very small alignment issues, but I can't seem to get the plugin settings adjusted to avoid these errors.

I even went through and disabled all of the CSS/HTML/JS settings, but the errors remained. The only thing that works is deactivating the plugin altogether.

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Vandalay111

1 Comments

Sorted by latest first Latest Oldest Best

 

@Harper822

The alignment issues is caused by white-space removal. This would cause small alignment issues in most browsers because a carriage return will fill in a non-block elements. If one were to remove the carriage return from a span it would condense. If you add a carriage return it will expand.
Without seeing code one can only speculate.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme