Hi!
There is no option for that currently but you can open up the /enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php file and change line 355 from this.
'offset' => 0,
To this.
'offset' => 1,
To set an offset of 1.
You can also try doing this, http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/, and then in the debug view find your masonry shortcode which should look something like this.
[av_masonry_entries link='category' sort='yes' items='12' columns='flexible' paginate='yes' query_orderby='date' query_order='DESC' size='fixed masonry' gap='1px' overlay_fx='active' caption_elements='title excerpt' caption_display='always' id=''][/av_masonry_entries]
And add an offset = “1” to it like so.
[av_masonry_entries link='category' offset = '1' sort='yes' items='12' columns='flexible' paginate='yes' query_orderby='date' query_order='DESC' size='fixed masonry' gap='1px' overlay_fx='active' caption_elements='title excerpt' caption_display='always' id=''][/av_masonry_entries]
Best regards,
Elliott
Thank you, will try it out. I am afraid thou this will effect all my masonry blogs, not just the one on my primary page.
But maybe there is another solution. As you can see on my website i would like to have my first post in full (100%) width, and all the other posts in half (50%) width. Is it possible to use CSS to make only the first post of a specific masonry blog 100% width?
Hey!
Try adding this to your custom CSS.
.av-masonry-container > a:nth-child(1) { width: 100% !important; }
Cheers!
Elliott
Tried but unfortunately it doesn’t work.
I decide to use the debug option. Since if I understand it correctly it will stay the same even if theme updates are done.
I think you can close this topic.
THANK YOU SO MUCH! BEST SUPPORT EVER!
Warm regards