Good morning, great theme…
1 – How can I center the menu?
2 – how to display a specific category in the tables of the Big Grid?
image attached http://farm1.staticflickr.com/341/19720996965_5f30f9ccf5_b.jpg
thanks
Hi
1 To centralize the menu you will need custom css, like here in theme panel > custom css: http://screencast.com/t/ExIftwitJR
.sf-menu {
margin:0 auto;
display:table;
}
2 The big grid (or any block) doesn’t have a setting to display an article on a specific table. A solution to control this would be to filter by tag: http://screencast.com/t/cXaLaKQlE so only the article with that specific tag will appear on the big grid.
Thanks!
Hi
Try to add after css rules !important and test again or send your site url so we can test it.
The big grid was designed to work with 4 small thumbs how it work and looks now and to change it you will need additional customization and testing and adjusting to make it look right on all devices and screens width.
This is not easy and you will need custom work for this, if you don’t know how to do it yourself we advise you to get a freelancer to do it for you. You can find one on site’s like: studio.envato.com
We also plan to add in next theme’s versions more type of grids so you can wait until then.
Thanks!
Hi
Replace the above css with this one to affect the menu position: http://screencast.com/t/uloavPtOst
.menu-item-608{
margin-left: 120px!important;
}
You can modify the margin value as you like.
Thanks!
Hi Andrei,
by centering the menu like described above the mobile menu view is broken. Is there a way to center via css and have both, the mobile menu and the desktop menu centered?
desktop view: http://screencast.com/t/anOUbh6W
mobile, responsive view: http://screencast.com/t/anOUbh6W
thanks!