• Resolved tiendabs

    (@tiendabs)


    How can i show one font size in desktop and another in mobile. because the one that looks good on mobile looks small on desktop

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

Viewing 1 replies (of 1 total)
  • Plugin Author ILLID

    (@mihail-barinov)

    Hi,

    You can do this by using some custom css styles.

    Here is a css to make font for labels on mobile devices smaller:

    @media only screen and (max-width: 1020px) {
    
        .advanced-woo-labels .awl-product-label {
            font-size: 12px !important;
        }
    
    }

    Regards

Viewing 1 replies (of 1 total)
  • The topic ‘mobile and desktop’ is closed to new replies.