Comments Mark started the conversationSeptember 12, 2019 at 5:54pmOn 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. 667Alexandre repliedSeptember 12, 2019 at 7:30pmHi,Please go to wp-admin>theme options>custom css/jsAnd 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 CrewMark repliedSeptember 12, 2019 at 7:42pmHi AlexandreI have added the code and cleared the cache but the image and font still display as before.Thanks 667Alexandre repliedSeptember 12, 2019 at 8:22pmThe custom works. Please clear cache again Thanks, Alexandre from the Sonaar.io CrewMark repliedSeptember 12, 2019 at 8:35pmI tried a different browser and yes the text is now responsive but the image doesn't resize very well. 667Alexandre repliedSeptember 12, 2019 at 8:42pmThe 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 Sign in to reply ...
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.
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
Hi Alexandre
I have added the code and cleared the cache but the image and font still display as before.
Thanks
The custom works. Please clear cache again
Thanks,
Alexandre from the Sonaar.io Crew
I tried a different browser and yes the text is now responsive but the image doesn't resize very well.
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