- This topic has 21 replies, 3 voices, and was last updated 3 years, 2 months ago by
Fernando.
-
AuthorPosts
-
February 14, 2023 at 12:06 am #2532475
Vidyut
Hi, I Want to make my website homepage like the site I shared below.

Please tell me how it is made? Does it used GenerateBlocks, or others?
Thanks
February 14, 2023 at 12:26 am #2532489Fernando Customer Support
Hi Vidyut,
Yes, you can use GenerateBlocks to build that.
To learn how to use GenerateBlocks, here’s a video you may watch: https://www.youtube.com/watch?v=R7fwJECtgSg
February 15, 2023 at 11:01 pm #2535012Vidyut
I just unable to create after trying a lot. Can you breakdown how do they made the homepage?
February 15, 2023 at 11:07 pm #2535016Fernando Customer Support
Here are a few steps.
1. Add a 2-column Grid Block: https://docs.generateblocks.com/article/grid-overview/
2. On the Left column Container Block, add a Background image: https://docs.generateblocks.com/article/container-overview/#backgrounds
3. On the right side, add Headline and Button Blocks for the texts and button:
https://docs.generateblocks.com/article/headline-overview/
https://docs.generateblocks.com/article/buttons-overview/February 15, 2023 at 11:40 pm #2535036Vidyut
Okay, but see the containers are not full width. As I think I’ve used the code
.page.separate-containers .inside-article,
.page.one-container .site-content {
padding-left: 0px;
padding-right: 40px;
}So how to do it
February 15, 2023 at 11:57 pm #2535048Fernando Customer Support
Try adding it through a Block Element – Page Hero. That should make it full-width.
Reference: https://docs.generatepress.com/article/block-element-page-hero/
February 16, 2023 at 12:08 am #2535054Vidyut
I just excluded the css on the homepage and it is now good. Is it a good way?
February 16, 2023 at 12:11 am #2535060Fernando Customer Support
Yes, that’s fine. You could also set the page to full width through the settings: https://docs.generatepress.com/article/content-container/
February 16, 2023 at 12:14 am #2535063Vidyut
great. Now the last issue is with the posts on the homepage. How can I make them look like. Here is the example. I think they are using showbox?
February 16, 2023 at 12:18 am #2535073Fernando Customer Support
You can use a GenerateBlocks Query Loop Block: https://docs.generateblocks.com/article/query-loop-overview/
There are already videos as well by YouTubers which should help you in creating one: https://www.youtube.com/watch?v=KnIOfBYAZ8Q
February 16, 2023 at 12:20 am #2535075Vidyut
ok, and will it allow me to add shadow and movement animation?
February 16, 2023 at 12:22 am #2535078Fernando Customer Support
You would need GB Pro or a custom code for that.
Reference to GB Pro effects: https://docs.generateblocks.com/article/effects-overview/
February 16, 2023 at 12:24 am #2535080Vidyut
Also in query loop, I want to add 3 posts per column, and remove the meta like date, and also want to customize to title size etc.
Do you have the css?
February 16, 2023 at 12:32 am #2535089Fernando Customer Support
You shouldn’t need CSS for those. It’s all in the Block settings. If you don’t want the date appearing, just delete the Block.
If you want 3 columns, set the Post Template Block width to 33%. Example: https://share.getcloudapp.com/o0u9Wz8e
February 16, 2023 at 12:39 am #2535097Vidyut
Wow, that’s done. But, how to make the featured image set full to its container?
-
AuthorPosts
- You must be logged in to reply to this topic.