Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #889923

    Hello

    I used below code for the cataloge section in our website

    .av-catalogue-title {
    text-transform: none;
    }

    @media only screen and (max-width: 480px) {
    .av-catalogue-title {
    font-size: 9px
    }}

    seems that the mobile is not working, the letter is still big (looks like below in iphone 5s)

    https://drive.google.com/file/d/1kNk8PTFzZ3L2J3h30h5OqRQsPVT4wfdy/view?usp=sharing
    website: bylees.com

    by the way, can to make the space between 2 cells smaller?

    I use below
    .av-catalogue-title {
    text-space: 5em;
    }

    it do effect, but it also make the whole shop page looks weired…

    #889935

    Hey YongyanLi,

    I can’t see the code you added for mobile, you can check it in the fetched css (private content). Can you try to flush out the cache and disable minification and check if it works.

    Best regards,
    Nikko

    #890123

    Hi, Nikko

    Thanks very much.

    it works after flushing out the cache

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Mobile css is not working’ is closed to new replies.