Comments 1Alex Lykesas started the conversationSeptember 16, 2021 at 5:15pmWhen making the browser window smaller the album titles get out of bounds.Check the following video:https://streamable.com/lpa77zHow can this get resolved? 667Alexandre repliedSeptember 16, 2021 at 9:28pmHi Alex,Please go to wp-admin>theme options>custom css/jsAnd copy this code in the custom css field:@media screen and (min-width: 1024px){.sr_it-grid article .sr_it-item-title {font-size: 25px;line-height: 1.5;}}Please tell me how it goesThanks, Alexandre from the Sonaar.io Crew 1Alex Lykesas repliedSeptember 16, 2021 at 9:43pmYEah this workedthank you 667Alexandre repliedSeptember 17, 2021 at 1:11pmYou are welcomeThanks, Alexandre from the Sonaar.io Crew Sign in to reply ...
When making the browser window smaller the album titles get out of bounds.
Check the following video:
https://streamable.com/lpa77z
How can this get resolved?
Hi Alex,
Please go to wp-admin>theme options>custom css/js
And copy this code in the custom css field:
@media screen and (min-width: 1024px){
.sr_it-grid article .sr_it-item-title {
font-size: 25px;
line-height: 1.5;
}
}
Please tell me how it goes
Thanks,
Alexandre from the Sonaar.io Crew
YEah this worked
thank you
You are welcome
Thanks,
Alexandre from the Sonaar.io Crew