- This topic has 7 replies, 3 voices, and was last updated 5 years, 6 months ago by
Tom.
-
AuthorPosts
-
August 9, 2015 at 1:47 am #127770
Zoe
Hi!
Love your product so much <3
Just a suggestion, I’d love to see some spacing control between the header of a widget/post and the body text – for example:
https://gyazo.com/11c204e9e76553156b97134850f6e9af
In that example, I’d love to be able to decrease the space between “Follow my blog” and “Join 372 subscribers…”Also, I’d love an option to have mixed post formats, so that on my home page I can make the most recent post show in full, but all the older posts beneath it Masonary or smaller posts with just excerpts (see http://www.meshbodyaddicts.com for what I mean about the first post being large).
Keep up the great work!
August 9, 2015 at 6:39 am #127785Genie Bohn
Zoe,
I know Tom is fantastically quick to reply, but he answered the “space between widget title and widget content not long ago. I think that is what you are asking.I think the default might be 40px, but put this in a child them :
.widget-title { margin-bottom: 10px; }
I selected the 10 px distance.
See it here: site
Hope it helps
August 9, 2015 at 7:01 am #127790Zoe
Thank you Genie! that’s exactly what I’m trying to do. I’m not savvy enough to know how to make a child theme but I’ll look into it.
Thank you!
Zoe
August 9, 2015 at 7:35 am #127811Genie Bohn
Zoe, go here to wordpress. There is an actual Child Theme generator. I used one of the top two shown. Couple clicks and it’s done. Just open the css file it creates, and plunk that code into it.
Don’t forget you have to ACTIVATE the child-theme as your default theme.
August 9, 2015 at 9:32 am #127830Tom
Lead DeveloperLead DeveloperIf you generate a child theme like the above, be sure your child style.css file doesn’t have this line:
@import url("../generatepress/style.css");
If it does – delete it and you’ll be good to go.
Alternatively, you can download our blank child theme here: http://generatepress.com/api/themes/generatepress_child.zip
It would be a good idea to add that spacing control in the Spacing add-on – I’ll look into doing this π
Had someone ask about having the most recent post show in full while the others show excerpts yesterday – still thinking about the best way to do it π
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentAugust 9, 2015 at 10:08 am #127837Tom
Lead DeveloperLead DeveloperTo show full content in your latest blog post only, give this a shot: https://generatepress.com/forums/topic/showing-newest-post-in-full-on-index-pages/#post-127836
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentAugust 13, 2015 at 6:58 pm #129115Zoe
Thank you both so much!!
August 13, 2015 at 11:13 pm #129174Tom
Lead DeveloperLead DeveloperNo worries π
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-development -
AuthorPosts
- You must be logged in to reply to this topic.