Community Forums › Forums › Archived Forums › Showcase and Feedback › A Minimum Blog • Work in progress
- This topic has 7 replies, 3 voices, and was last updated 12 years, 1 month ago by
abbypanda.
-
AuthorPosts
-
December 29, 2012 at 9:41 am #8138
LUCA2D
MemberHi everyone 🙂
That's my first move into Genesis Framework.
This is basically a social media/marketing blog, but I wanted to build a kind of different homepage too, so the link above is the main homepage, and http://lucadelladora.com/category/blog is the blog related link (I'm trying to understand how remove the "category" word from the url).
The whole website is work in progress, so don't hesitate to give me your feedbacks and suggestions: I will appreciate them for real. 🙂
Thank you for your attention!
Luca
Twitter @LUCA2D | Website LUCADELLADORA.com |Instagram LUCA2D
December 29, 2012 at 10:06 am #8146AnitaC
KeymasterGreat job! Although I cannot read the body 🙂 I love the large pictures with the large print. It really stands out.
Need help with customization or troubleshooting? Reach out to me.
December 30, 2012 at 12:18 pm #8404LUCA2D
MemberThank you for your feedback anitac! 🙂
I'm looking for some improvements, like to get more space between the share buttons and the tag/categories in the single posts view. 🙂
Twitter @LUCA2D | Website LUCADELLADORA.com |Instagram LUCA2D
December 30, 2012 at 12:35 pm #8413AnitaC
KeymasterTo change it - which is located at the bottom of your posts, around Line 835 of the CSS look for this:
.post-meta {
border-top: 1px dotted #DDDDDD;
padding: 10px 0 0;
}Change the padding from 10px to 20 or 30 - to whatever number you are comfortable with.
Need help with customization or troubleshooting? Reach out to me.
December 30, 2012 at 1:08 pm #8424LUCA2D
MemberThank you again Anitac 🙂
The solution you're suggesting me works properly in order to create more distance between the "dotted line" and categries/tags, but it doesn't push the share buttons up. 🙁 I'm trying to understand where I've to work on it. If you've further hints they will be useful for sure. 🙂
Thank you again 🙂
Twitter @LUCA2D | Website LUCADELLADORA.com |Instagram LUCA2D
December 30, 2012 at 1:13 pm #8425AnitaC
KeymasterAround Line 637, look for this and add this: margin-bottom: 20px;
.entry-content {
overflow: hidden;
}So it would look like this:
.entry-content {
margin-bottom: 20px;
overflow: hidden;
}
Need help with customization or troubleshooting? Reach out to me.
December 30, 2012 at 1:34 pm #8431LUCA2D
MemberBrilliant! 🙂 Thank you so much!
I've settled the above share buttons too. 🙂
Now I'm going to settle some other stuff too, but I'll do it step-by-step during the next weeks:
I'll have to understand how put the header logo properly: now I'm building a 1140*100px png in order to fill all the header's space. If I try to put in a different sized logo, the theme force me to crop it in order to respect the proportions.
I've actually settled the blog view (posts' list) creating a dedicated category: it aggregates all the blog posts. I'm pretty sure that it's possible to have the blog view in a different way (I don't like to have an url like that [http://lucadelladora.com/category/blog/]).
I'm trying to understand how put the featured image preview for homepage's posts.
I want to make the header "sticky", so when you scroll down, it will remain fixed on top.A lot of work, as you can see. 😀
Twitter @LUCA2D | Website LUCADELLADORA.com |Instagram LUCA2D
January 6, 2013 at 8:00 pm #10011abbypanda
MemberThis is great, how did you get the images with your posts? I am trying to get my "featured images" to show up with teh blogs on the front page and it's not working! I love yours
-
AuthorPosts
- The forum ‘Showcase and Feedback’ is closed to new topics and replies.