{Please Help} Sociallyviral Pro thumbnail size

Nirob360

Newbie
Joined
Feb 21, 2020
Messages
3
Reaction score
0
How to change the Homepage thumbnail size.
My site Screenshot.:
LQqShrD


Other sites1 Screenshot: (https://moviezflix.co.in/)
CBtJfz6

Other sites2 Screenshot: (https://desiremovies.monster/)
9gLJqLz


How to Customize the Same as other sites?
Thanks
 
You'll need to edit the code:

https://community.mythemeshop.com/topic/20609-sociallyviral-create-4-or-5-grid-home-page/?tab=comments#comment-88876

"It is quite possible but you will need to do a bit of editing to the code files. If you are up for it - then certainly"

I'm free member. How to get code? Please help
 
Try adding this to extra css option in customize:

HTML:
@media screen and (min-width: 848px){
.latestPost:nth-of-type(3n+1) {
   clear: none;
}
.latestPost.excerpt {
   margin: 0 1% 20px !important;
}
.home .latestPost, .archive .latestPost, .search-results .latestPost {
   width: 18%;
}
.title.front-view-title a {
   max-height: 40px;
   overflow: hidden;
}}
 
Try adding this to extra css option in customize:

HTML:
@media screen and (min-width: 848px){
.latestPost:nth-of-type(3n+1) {
   clear: none;
}
.latestPost.excerpt {
   margin: 0 1% 20px !important;
}
.home .latestPost, .archive .latestPost, .search-results .latestPost {
   width: 18%;
}
.title.front-view-title a {
   max-height: 40px;
   overflow: hidden;
}}

Hello Dear,
It's properly not working.
Check this site:
ssrmovies.guru
moviezflix.co.in
 
I am also looking at the same solution. I mean how can I make all the thumbnail on homepage equal size?

Anybody expert on this? please help us!!!

Thanks!
 
Back
Top