@elenalenete Congratulations on finishing the course and I'm glad you enjoyed it :). The page is very good and it looks perfectly. I see that instead of using a portfolio you have used pages to show the projects. Is it for any reason? Wouldn't you like a Custom Post Type for that?
On the other hand, if you want the home to have no separation between the projects, you can apply the following css rule:
1 comment
displayname319390
Teacher Plus@elenalenete Congratulations on finishing the course and I'm glad you enjoyed it :). The page is very good and it looks perfectly. I see that instead of using a portfolio you have used pages to show the projects. Is it for any reason? Wouldn't you like a Custom Post Type for that?
On the other hand, if you want the home to have no separation between the projects, you can apply the following css rule:
body.home #content .wp-block-group {
margin-top: -30px;
}
See original
Hide original
Log in or join for Free to comment