-
In that case, can you provide an admin login for us to check the backend?
You can use the private info field for this.
Let me know 🙂
-
tom0386
Hi,
You got the login via PM -
Fernando
Hi Tom,
I can’t see the login credentials you sent. Can you share them through the Private Information field instead?
-
tom0386
Hi Fernando,
I attach them again…
-
Fernando
Can you try adding this snippet?:
add_filter( 'post_class', function( $classes ) { if ( ! is_admin() && in_array( 'gb-query-loop-item', $classes ) ) { $index = array_search('generate-columns',$classes); if($index !== FALSE){ unset($classes[$index]); } } return $classes; } );
Adding PHP: https://docs.generatepress.com/article/adding-php/#code-snippets
-
tom0386
Hi,
I added that snippet to functions.php but unfortunately its still not aligned.
-
Fernando
Can you set the width of this two Containers to 50% or something that would equate to 100% when added together?: https://share.zight.com/04udDegn
-
tom0386
I got it adjusted now to a point where its acceptable. Don´t ask me what I did, because I don´t even know 🙂
The only details that need to be fixed are the feature images. Can we set them all in one size? -
Fernando
They all seem to be the same size currently. Do you want to change their height based on the height of the right column instead?
-
tom0386
I have just realized that they depend on the length of the title next to it. Is there anything we can do about it?
-
Fernando
It’s fixed from my end. This is what I see: https://share.zight.com/12uQmqRX
Are you seeing Images different in height?
-
tom0386
It is looking good now. Thanks a lot for all the help provided @Generatepress Support Team!
-
Fernando
You’re welcome, Tom!
- You must be logged in to reply to this topic.