Okay
  Public Ticket #2149257
Artist page responsive
Closed

Comments

  • Mark started the conversation

    On the artist page, when viewed on a mobile device, the image and title do appear to be responsive. Is there a way I can make this responsive? See the attached screen shot.

  •  647
    Alexandre replied

    Hi,
    Please go to wp-admin>theme options>custom css/js
    And copy this code in the custom css field


    @media screen and (max-width: 767px) {
    .single-artist h1.page-title {
    font-size: 51px;
    line-height: 1;
    }
    }

    Thanks,


    Alexandre from the Sonaar.io Crew

  • Mark replied

    Hi Alexandre

    I have added the code and cleared the cache but the image and font still display as before.

    Thanks

  •  647
    Alexandre replied

    The custom works. Please clear cache again

    Thanks,


    Alexandre from the Sonaar.io Crew

  • Mark replied

    I tried a different browser and yes the text is now responsive but the image doesn't resize very well.

  •  647
    Alexandre replied

    The image will alway fill the screen so it have to be croped. The area to fill is not the same if the mobile is horizontal or vertical.

    Thanks,


    Alexandre from the Sonaar.io Crew