• Resolved hunden

    (@hunden)


    Hi,

    I have currently completed my own WordPress theme and I wanted to do this because it looks better when the blog looks like my website design. I’m not sure how I did it, but I finally managed to, even though I never tried it out before. Now I have some minor changes to do and I can’t find where to do it. I would like the blog titles with the grey borders moved more to the left. As you can see the bottom border of the title goes all the way out to the white background. If anyone decides to help me out, what codes files do you need? CSS file or anything else?

    Here is the link to my blog: https://www.pet-art.net/wordpress/

    Thanks for any help I can get!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Fantastic looking site.

    Try changing your content width from 100% to 97%

    #content
    {
    width: 97%;
    float: left;
    }

    If you still want to slide the title slightly left, the “h2” is currently set to a 5px left margin. Might be a little wiggle room there.

    Thread Starter hunden

    (@hunden)

    Hi,

    Thanks for answering! I will try it out tomorrow, because now I’m going to sleep. Let’s hope it will work out.

    Thread Starter hunden

    (@hunden)

    Thanks! It worked like a charm. I would look where to change this for hours ??

    I’m glad it helped.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Help with my WordPress theme’ is closed to new replies.