New Landing › How can we help? › Themeforest Theme Support › Joyn › Social Grid layout query
We would like to increase the Social Grid layout count:
Any help would be greatly appreciated.
Hello Mark,
Please attach a screenshot so that we can understand your request and assist you accordingly.
As you can see in the attachment, there are only four Instagram tiles (2 per row). We would like to show 8 (4 in each row).
Hi
Currently you can only have rows of 5 instagram items, we may add more options in the future
– Kyle
Hi Kyle,
Not quite the answer I’m used to getting from the support team.
can you at least point me in the right direction so I can attempt some custom coding myself?
This is an urgent request.
Kind regards,
Mark
Try adding this to your child theme’s functions.php file:
function custom_blog_grid_counts() { return array("6", "12", "18", "24"); } add_filter ('sf_blog_grid_item_counts', 'custom_blog_grid_counts');
You can edit the numbers if you wish
I have done this already, but it is not what I’m referring to.
We wish to increase the amount of tile in a row on mobile device from 2 to 4.
It currently only shows 1 column on mobile?
1 tile per row on smartphone, 2 tiles per row on a Tablet.
We we would like to be able the edit the number of tiles in these rows.
You can try this:
@media only screen and (max-width: 479px) { .blog-grid-items .blog-item.col-sm-sf-5 { width: 50%!important; } }
But it may not work as there are !importants set in the responsive.css file
Thanks, but that didn’t work. Does Ed have any ideas?
What’s your link so I can check?
Development server has been hacked, waiting for a restore.
ok. Let us know when you have it. -Rui
You must be logged in and have valid license to reply to this topic.