Hi,
I'd like to set up my front page displaying only a couple of pictures using the columns. But the size of such pictures is too small.
Where can I change it please?
Many thanks,
sophie
Hi,
I'd like to set up my front page displaying only a couple of pictures using the columns. But the size of such pictures is too small.
Where can I change it please?
Many thanks,
sophie
Open up functions.php and search for following code:
$avia_config['imgSize']['grid6'] = array('width'=>450, 'height'=>120); // half sized images when using 4 columns
$avia_config['imgSize']['grid8'] = array('width'=>450, 'height'=>120); // two/third image
$avia_config['imgSize']['grid9'] = array('width'=>690, 'height'=>120); // three/fourth image
Adjust the height value as required and regenerate the thumbnails with: http://wordpress.org/extend/plugins/regenerate-thumbnails/
thanks Dude, it, sounds like I should be able do it being very carefully, you mind waiting my comments a bit before closing?
under water now...
thank you
Hey!
Yes, I won't close the thread :)
Regards,
Peter
Hi Peter,
Thanks for being patient.
I could do it, now I'd like to remove the light grey frame around such pictures: I'm sure you know what to do for this :)
Regards,
Sophie
Hi Sophie,
Just add this to your Quick CSS or custom.css:
.thumbnail_container {
background: none !important;
}
Hope this helps. :)
Regards,
Ismael
You must log in to post.