• Hi all!

    I have a few problems which I can’t figure out. Hopefully someone can help me out.

    https://34gradenzuid.nl/?p=4 – This is a test page which I am working on. Could someone tell me where I can change the white background block behind my text below the photo? I want to make it 800px width just like the rest.

    My second problem is that I can’t change the font-size in this white block. I want to make it bigger or at least place more spacing between the lines.

    Last problem is that there are a lot of ‘enters’ between the text and the comments. Where can I delete those enters?

    Any help would be greatly appreciated.

    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • question one? Do you want to change the color behind the title? if so then do this..
    .single .post h2.entry-title, .single .attachment h2.entry-title{background-color:#f1f0f6;font-size:3.6em;font-weight:100;letter-spacing:-0.05em;line-height:1.2em;margin:0.5em 0 0.25em;padding:0;}

    you can find this in the stylesheet under the single section. you can also change the letter spacing and size of the font in that same line.

    Thread Starter remundoo

    (@remundoo)

    Thanks for your reply Miabake1.

    However, it’s not really what I was looking for. The white background below the title is 650px width. I want it to make 800px width so that it’s just as width as the photo above and the commentbox below. It seems like there is some ‘hidden’ table next to it which is blocking it.

    Second, the fontsize of the title is good but I want to increase the fontsize from the text below the title as well. I tried a lot in the css but nothing seems to take effect.

    EDIT: I just noticed that Firefox isn’t showing my background (diagonal stripes). However, Safari and Chrome does show it. Strange..

    I’d suggest that you start by sorting out some of the validation errors on your site.

    look for the class
    .entry-content in your stylesheet and remove min-height: 200px;

    that should remove the white space between the content and the comments

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Howto edit blog page’ is closed to new replies.