Grid look on main page
- The topic ‘Grid look on main page’ is closed to new replies.
Need help? Check out our Support site, then
Hello!
first i would like to say your theme is gorgeous and i think one of the best of wordpress!
so i have issues to have the same look as the onigiri theme, my featured images don’t show up as a random grid on the main page, but just in line… how do i change it? i put the featured images but it doesn’t work
Also when i go onto customize, into “static front page” i don’t have portfolio” who show up on the rolling menu into front page/post page, i don’t know why?
thank you!
The blog I need help with is: (visible only to logged in users)
oops i found the problem it was just a matter of window size on the laptop!
i just have another question, i would like to reduce the space between the logo and the post, i applied the css code from another post on the forum but its still not enought, i would like to reduce it more :)
thank you!
Hi there,
thanks for letting me know, that you found the issue.
Regarding the space underneath the logo, you can try the following custom CSS:
.home.template-portfolio .jetpack-portfolio-shortcode {
padding-top: 0 !important;
}
Best, Ellen