Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #243067

    Thank you for your help so far, everything seems to have worked out.

    I have a question about some minor adjustments I want to make to the blog padding. I am using the “single author big” layout, see http://www.blaircomm.us/blaircomm14/nextblog/. I want to increase the space between the headline for the post and the preview image just above it. It is almost sitting on top of it now and it needs space for legibility.

    I have tried all the CSS I could find for the blog settings under the #Blog Styles in the “layout.css,” and nothing seemed to have any effect at all. I am using the “child” theme and edited the parent CSS. My understanding is that when I find the correct CSS I can cut and paste then edit in the custom CSS field and the child will overwrite the parent CSS so I will not have to edit the parent files. Is this correct?

    Given that, where so I find the correct CSS files to edit for adjusting the spacing and structure of the “single author big” blog page and the single page that opens when “read more” is clicked?

    Is the “layout.css” where much of the basic positioning styles are?

    Thank you.

    – Michael

    #244048

    Hi blaircomm!

    Here is the css to fix the spacing between the title and img.

    .template-page .template-blog .entry-content-wrapper h2 {
    margin: 20px 0 15px;
    } 

    For the other part

    .entry-content-wrapper .post-title {
    margin: 20px 0 15px;
    }

    Best regards,
    David

    • This reply was modified 10 years, 8 months ago by David.
    #244142

    Good! Works very nicely…it would have taken me hours to find that!

    Thanks for all your good work on Enfold, it’s top pro coding.

    – Michael

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Enfold: Blog customizing CSS’ is closed to new replies.