Are you talking about the blog posts in the homepage and the blog posts in the blog page? On your homepage I can see the blog posts while clicking on your blog page it does link to an external link.
What I really need is for the second portfolio row to line up nicely all at the same height on the home page. Some have an extra row of title text and then that pushes the image below out of alignment. What can I do to have them line up? I attached a screen shot. Thanks!
Can you please share your site credentials here, because we need to login to your site and see this issue live. Your information is safe (private) in this thread.
To include your credentials click Insert Credentials button in editor toolbar. (See how)
I have added the following code in functions.php and now portfolio images are shown at their proportional height and aligned in rows properly:
// Portfolio images will be shown at their proportional height if ( function_exists( 'laborator_immediate_return_fn' ) ) { add_filter( 'kalium_portfolio_loop_thumbnail_size', laborator_immediate_return_fn( 'large' ) ); }
I would like to make the home page and blog post images unique sizes. What is the easiest way to do this?
Hi Christina,
Are you talking about the blog posts in the homepage and the blog posts in the blog page? On your homepage I can see the blog posts while clicking on your blog page it does link to an external link.
Best regards,
Laborator Team
Hi Art,
What I really need is for the second portfolio row to line up nicely all at the same height on the home page. Some have an extra row of title text and then that pushes the image below out of alignment. What can I do to have them line up? I attached a screen shot. Thanks!
Christina Black
Hi Christina,
Can you please share your site credentials here, because we need to login to your site and see this issue live. Your information is safe (private) in this thread.
To include your credentials click Insert Credentials button in editor toolbar. (See how)
Best regards,
Laborator Team
Hi,
I have added the following code in functions.php and now portfolio images are shown at their proportional height and aligned in rows properly:
The result:
(view large version)
So keep that code for future use when you update the theme.
Thanks that is perfect!