I can t find in the css where the accordion’s height is set. It seems to be limited to 430px height
Where is this controlled or what should I do if I want to make it 630px for example
thanks in advance
EDIT: not sure if there is a difference for when it is fulwidth or inside a one columm centered
Hey Monsoon!
Please go to Appearance > Editor and open Functions.php file and adjust height in following line
$avia_config['imgSize']['featured'] = array('width'=>1500, 'height'=>430 );
then regenerate thumbnails using this plugin – https://wordpress.org/plugins/regenerate-thumbnails/
Regards,
Yigit