• jackdt8

    (@jackdt8)


    Hello,

    I have the newest version of wordpress installed with the default theme, and I am currently trying to create a different border for the page layout instead of the kubrickbgwide.jpg gray one.
    But I cannot find kubrickbgwide.jpg in the code at all.

    I was wondering could someone help me in regards to changing it or creating my own for the default theme? Or if not is there another simple theme that I would have an easier time with?

    I’m trying to have a magenta border with a white background for the page (with the blueberry jpeg in the back, and a footer with the same magenta, etc.)

    here is a link to my website:

    https://www.bluberrydelight.com/Blog/

    I also do not know why the header is off by 1 pixel, but I would like to solve my initial problem first.

    Thank you.

Viewing 4 replies - 1 through 4 (of 4 total)
  • A_Flama

    (@flamaa)

    Ok…
    so… for the wide image bg update the following file:
    wp-content/themes/default/images/kubrickbgwide.jpg
    (modify this file and upload again, so you wont have to change the code)

    Second issue, the spacing, on screen.css the best way to update (so you don’t have to change the code a lot) is search for the ID:
    #header (line 248) and where it says:
    margin:0 0 0 1;
    change to
    margin: 0 0 0 -2px;

    Hope it works! Good luck!

    johnibanez

    (@johnibanez)

    What I did was delete the kubrickbgwide.jpg on https://johnibanez.net . Worked like charm! ??

    Thread Starter jackdt8

    (@jackdt8)

    Thank you for the advice!

    the first thing you told me made perfect sense, I did it no problem.

    However, for the second piece, I changed the margin from 1 to -2px, however the header image doesn’t move at all.

    is there something I’m missing? or is there something that is overriding it?

    any help would be greatly appreciated,

    thank you.

    Thread Starter jackdt8

    (@jackdt8)

    nevermind, for some reason it didn’t work before.

    but now it does!

    thanks for the help guys!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘page background- modify kubrickbgwide.jpg or create own’ is closed to new replies.