Hello, I'm testing out the levgal mod on the front panel block on my site index. It works as designed but I'd like to see if there is a way to add code to this php snippet to make it responsive when viewed on mobile. Currently, the title text does not scale down when viewed on handhelds. Thank you for any help in advance.
if (defined('LEVGAL_VERSION'))
{
// Displaying rows and columns of items. For example 1 row of 4 items would be $columns = 4; and $rows = 1;
$columns = 1;
$rows = 3;
LevGal_Portal_TinyPortal::getLatestItems($columns, $rows);
}
youthhockeyinfo(dot)com