Home › Forums › Jevelin Theme › Blog Choose columns count
Home › Forums › Jevelin Theme › Blog Choose columns count
Hi guys
1. It´s possible with code CSS to have 4 column in the “Choose columns count”? I have in the settings 3 and 5 columns but in some screens the 5 columns go to 4 columns and the other column down making a new file behind.
2. it´s possible to have all the same height of the blog thumbnails in all the section in the home and in the related post? I attach printscreen
Thanks!
Hi @Antalvespo,
I hope you are well today and thank you for your question.
1. It´s possible with code CSS to have 4 column in the “Choose columns count”? I have in the settings 3 and 5 columns but in some screens the 5 columns go to 4 columns and the other column down making a new file behind.
Could you please share me the page URL from your site where it is displaying so that i can help you to achieve it?
2. it´s possible to have all the same height of the blog thumbnails in all the section in the home and in the related post? I attach printscreen
You can try achieving this by regenerating thumbnails using following plugin.
https://wordpress.org/plugins/force-regenerate-thumbnails/
Best regards,
Shufflehound team
Thanks!
I can see the 4 columns on your shared site now as shown in the attached screenshot.
Have you managed to achieve this?
No i not change the code,
Shows 4 columns in some screens and the 5 column go below
but in 1920 x 1080 have 5 columns.
Have another or you have some code to add the 4 columns in the config?
Thanks.
This plugin you send me it´s out of date.
This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Thanks.
Solution for this topic
No i not change the code,
Shows 4 columns in some screens and the 5 column go below
but in 1920 x 1080 have 5 columns.
Have another or you have some code to add the 4 columns in the config?
You can make it 4 columns by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
.sh-recent-posts-columns5 article.post-item { width: 25%; }
This plugin you send me it´s out of date.
This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
It is not out of date. Just it is not updated but it does not mean it won’t work.
You can see plugin developer reply here https://wordpress.org/support/topic/is-plugin-abandoned-4/#post-9868717
This code don´t work. thanks.
.sh-recent-posts-columns5 article.post-item { width: 25%; }
I can see it is displaying 4 columns on your site now as shown in the attached screenshot.
Please advise.
Yes now works ok!
I set in 5 columns and limited to 4.
Thanks a lot!!!
You are most welcome here 🙂
Hi guys
I upadate the jevelin to the last version and now it´s not working this code i have in my custom CSS:
.sh-recent-posts-columns5 article.post-item {
width: 25%;
}
in full screen 1920×1080
i have 5 columns and 4 blogs.
i need 4 columns. (Please read above this post support)
You know if i need to correct some code?
Just try making that CSS code more specific as displayed below.
#page-container .sh-recent-posts-columns5 article.post-item { width: 25%; }
I am trying to have the Blog Post Element only display 2 columns, what Custom Code would I use? (I am using it within a 2/3rd layout element). Thank you!
Would I change to?:
#page-container .sh-recent-posts-columns5 article.post-item { width: 50%; }