Hey,
someone here that have a idea how its possbile to make the space smaller between the headline and navigation and less space between the posts? Check Image
Big thanks.
Hey,
someone here that have a idea how its possbile to make the space smaller between the headline and navigation and less space between the posts? Check Image
Big thanks.
Try this - I reset everything so you can choose what you like
<style>
.gh-header {
/* arrow 1 */
padding-top: 0px;
/* arrow 2 */
padding-bottom: 0px;
}
.gh-list + .gh-list {
/* arrow 3 */
margin-top: 0px;
}
</style>
Awesome Its works perfect Thanks
One/two more thing: the taste template show 4 row products than 3 row… its possible to show all in 4 row?
And it possible to hide the featured image in post?
Thanks again!
Best,dake
You’ll have to edit this section and this section in the theme. Replace it with:
{{> "components/list" layout="grid" column="4" count="4" showHeader=true}}
You can try this:
<style>
.gh-article-image {
display: none;
}
</style>
Big thanks for your help!!! Hide work perfect but the code with the 4 column it not possible because i use Ghost (Pro) and can add this. Its this not possible in other way in Ghost (Pro) ?
And one more…
Do you have any idea how hide the first big post in the Taste Theme?
Thanks for you help!
Not easily, since you’re looking for more content than was provided. There might be a way to reduce the 4-column grids into 3-column grids.
Hiding the first blog post is possible, but not recommended. You can also update the layout, but it’s a bit complicated
Thank for all the info, ok the grid like it is would be ok like it is but only that the images in the 3 column grid have the same ratio, because now are to small and one big, would be cooler if they have the same size.
The Taste Theme don’t have “Show related articles” unter post? Correct, or?
Again big thanks.
Again, thanks for you help
I wonder if you might want to try the source theme with the hero section set to none and posts set to grid. That sounds like exactly what you’re looking for…
Hey yes you’re right, the only thing I don’t like about Source is that I can’t change the format of the image to square, the layout is to narrow not fullwide and that I can’t have a headline on the homepage, or is that all possible?
Thank you.
Regards