• Resolved ahmetsali

    (@ahmetsali)


    Hi, when using Alter Grid (Style 01-02 or 03), “Style > Text > Typography > Size”, changing it doesn’t effect text size on the front end, generated css font-size is overridden by plugin default stylesheet.

    Hope to see this fixed with next update.

    Cheers.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Faridul Islam

    (@mohammaadfarid)

    Dear @ahmetsali,
    Thank you for your message. We already released our latest version. Please check and update your site.

    Best regards
    Faridul Islam

    Thread Starter ahmetsali

    (@ahmetsali)

    Thanks, I have just updated to 2.5.0 however I still see the issue even after clearing caches.

    When I inspect the element, I see this two font size declarations override the generated font size declaration;

    @media only screen and (min-width: 600px) {
    .upk-alter-grid .upk-style-1 .upk-item:nth-child(n+1) .upk-text-wrap .upk-text {
        font-size: 15px;
    }
    }
    .upk-alter-grid .upk-style-1 .upk-item:nth-child(n+1) .upk-text-wrap .upk-text {
        font-size: 13px;
    }

    Thanks.

    Plugin Author Faridul Islam

    (@mohammaadfarid)

    We released our latest version, please check and update.

    Thread Starter ahmetsali

    (@ahmetsali)

    It is fixed now, thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Alter Grid – Text Font Size Not Working’ is closed to new replies.