• Resolved mithrasb

    (@mithrasb)


    Hi,

    When I enable ‘Minify the HTML output’, one specific CSS declaration for my navigation bar doesn’t work:

    @media (min-width: 992px) {
    .navigation-bar {
    text-align-last: justify;
    }
    }

    All other CSS works fine. How can I fix this?

    Cheers!

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Stoyan Georgiev

    (@stoyangeorgiev)

    Hello there @mithrasb,

    There seems to be an issue with the CSS inheritance, caused by improper element inheritance. When activating the HTML minification the last element in the menu is not inheriting the media query. This may be caused because the element is not displayed or it is inheriting the properties of one of its parents. You can keep the option disabled or check your css rules.

    Kind Regards,
    Stoyan

Viewing 1 replies (of 1 total)

The topic ‘Minify HTML blocks CSS’ is closed to new replies.