Comments Rafael started the conversationMarch 14, 2018 at 7:07pmHi Guys,I want to use a blog mansonry fullwidth on a page, but I want the posts to ajust its size to the screen, creating a line only in cellphone screens.http://box5656.temp.domains/~razaoina/filosofos/nietzsche/eterno-retorno/What is happening is that a blank line is created on 1000px - 1600px (laptop) screens and it kills the design of the page.So, is it possible to the post sizes to ajust like in the "featured first row" blog element? 9,013Tahir repliedMarch 15, 2018 at 1:35pmHey Again,Unfortunately there is no such Option in the Theme to adjust it as per your screenshot . Be.st ThemeNectar Support Team 1 LikeRafael repliedMarch 15, 2018 at 4:48pmThere is not a css "@mediascreen" function that prevents the posts from breaking the line? Reajusting its size?The "featured firts row element" works that way... 9,013Tahir repliedMarch 16, 2018 at 12:23pmHey Again,If we do try to adjust the column width using css the Image would get Squeezed : http://prntscr.com/is0koa .Be.st ThemeNectar Support Team 1 LikeRafael repliedMarch 16, 2018 at 4:22pmThank you, Tahir. I think I will go for the squeezed image, its better than a nearly empty line. @media only screen and (max-width: 1600px) and (min-width: 1001px) {.full-width-content .post-area.auto_meta_overlaid_spaced .masonry-blog-item:nth-child(8n+1), .full-width-content .post-area.auto_meta_overlaid_spaced .masonry-blog-item:nth-child(8n+6), .full-width-content .post-area.auto_meta_overlaid_spaced .masonry-blog-item:nth-child(8n+7), .full-width-content .post-area.auto_meta_overlaid_spaced .masonry-blog-item:nth-child(8n+8) { width: 25%;} }That's the code, right? 9,013Tahir repliedMarch 17, 2018 at 10:56amYes thats correct . Be.st ThemeNectar Support Team 1 Like Sign in to reply ...
Hi Guys,
I want to use a blog mansonry fullwidth on a page, but I want the posts to ajust its size to the screen, creating a line only in cellphone screens.
http://box5656.temp.domains/~razaoina/filosofos/nietzsche/eterno-retorno/
What is happening is that a blank line is created on 1000px - 1600px (laptop) screens and it kills the design of the page.
So, is it possible to the post sizes to ajust like in the "featured first row" blog element?
Hey Again,
Unfortunately there is no such Option in the Theme to adjust it as per your screenshot .
Be.st
ThemeNectar Support Team
There is not a css "@mediascreen" function that prevents the posts from breaking the line? Reajusting its size?
The "featured firts row element" works that way...
Hey Again,
If we do try to adjust the column width using css the Image would get Squeezed : http://prntscr.com/is0koa .
Be.st
ThemeNectar Support Team
Thank you, Tahir.
I think I will go for the squeezed image, its better than a nearly empty line.
@media only screen and (max-width: 1600px) and (min-width: 1001px) {
.full-width-content .post-area.auto_meta_overlaid_spaced .masonry-blog-item:nth-child(8n+1), .full-width-content .post-area.auto_meta_overlaid_spaced .masonry-blog-item:nth-child(8n+6), .full-width-content .post-area.auto_meta_overlaid_spaced .masonry-blog-item:nth-child(8n+7), .full-width-content .post-area.auto_meta_overlaid_spaced .masonry-blog-item:nth-child(8n+8) {
width: 25%;
}
}
That's the code, right?
Yes thats correct .
Be.st
ThemeNectar Support Team