Archived topic
GP Theme Float Left
1 reply · Started by ETO on September 14, 2018
Is it possible to customize GP to have a theme similar to the one on this website: http://www.ego4u.com
And, also how to list category post like this: http://prntscr.com/kug8d1
Hi there,
This CSS should float the container right:
body .site.grid-container {
margin-left: 0;
}
As for category posts, there isn't anything built-in GP. You should be able to create a static page and use WP Show Posts to achieve something like that though:
https://en-ca.wordpress.org/plugins/wp-show-posts/
Let me know if this helps :)