Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • sukinoz Friend
    #758514

    Hello,

    I have activated the template option “small logo image” to change the main logo for another one smaller for small screens.

    But, How can I change when the “small logo” appears?

    I would like that small logo only appears only in “extrasmall layout” (not in medium, small or large).

    thanks.

    PD: Similar post in http://id.joomlart.com/forums/topic/how-to-change-the-breakpoint-for-small-logo-image/

    Adam M Moderator
    #758798

    Hi @sukinoz,

    Please open file templatespurity_iiicsscustom.css (if you don’t have this file, just create a new one) then add this code :


    @media (min-width: 320px) {
    .logo-control .logo-img-sm {
    display: none;
    }
    .logo-control .logo-img {
    display: block;
    }
    }
    @media (max-width: 320px) {
    .logo-control .logo-img-sm {
    display: block;
    }
    .logo-control .logo-img {
    display: none;
    }
    }

    sukinoz Friend
    #758887

    it is works perfectly.

    Thanks!

    PD: i am using @media (min-width: 420px) instead of 320px and works perfect too.

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 2 voices, and was last updated by  sukinoz 8 years, 12 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum