Viewing 15 replies - 31 through 45 (of 53 total)
  • Thread Starter blueberry1977

    (@blueberry1977)

    hi

    I want to put this link to you this is my old blog with 2013 theme on.

    https://undernettet.info/wordpress-4.0.1/wordpress/

    pls scool down to the bottom and then u can see there is a coppirightbar with a link the link goes to google.com ……..
    Then if u scrool up
    u will see a footer area.Now u can see the copyright area and te footer area is not the same background color . So pls find the code that only makes the background color change in only the
    copyright area itself.
    I want to have those 2 areas divided and have them in 2 different colors just like they areon the site above.

    So maybe u have to put something like
    sitebar.footer. background color = xxxx
    instead of
    footer = background color

    or widget.footers. background color

    I remmbered that u can divide these 2 areas so they do not have the same color and stuff.

    Another thing is
    I Want the copyright area to be bigger than it is now.

    U can see the ifference in the link above too.
    if u look in the css u will see an area called
    .copyright
    .copytext

    maybe its somewhere around that area the change u need to make to get this background color.

    Thread Starter blueberry1977

    (@blueberry1977)

    i allready added the code u sugesting and the footer area is supposed to be black so i just want it divided so i get 2 differnt areas instead of only one.

    so the footer is ok as it is now.
    So just a bigger height on the copyright area maybe twice as big as it is now.

    Hey there blueberry1977,

    Please add this CSS code:

    .copytext {
    margin-top: 15px;
    }
    
    #copyright {
    padding: 150px 0;
    background-color: #fff;
    }

    First part is to center the text vertically. Change the color hex value in the second part to change the background color of the copyright area.

    Best regards,
    Bojan

    Thread Starter blueberry1977

    (@blueberry1977)

    so its nothing to do with this ?
    .site-footer .widget ? ok will try that fix and get back to you yes.

    Thread Starter blueberry1977

    (@blueberry1977)

    now i have tested it and it did do a bigger box now for the copyright yes great.
    but needs to be all the way down to the button just like on this site my old blog site go here and look

    https://undernettet.info/wordpress-4.0.1/wordpress/

    Thread Starter blueberry1977

    (@blueberry1977)

    can u see the difference between the lengths of those 2 blogs ? If u scroll all the way down the buttom

    Thread Starter blueberry1977

    (@blueberry1977)

    Can someone pls help me out with the correct code for doing this final design change guys?

    Hi again blueberry1977,

    If I understood correctly you are looking to remove the space between the footer and the end of the page https://screencast.com/t/4VdtmJrF. If this is the case please add the following CSS code like I explained before:

    .footefixed {
    margin-bottom: 0;
    }

    This should remove the space below the footer area.

    Best regards,
    Bojan

    Thread Starter blueberry1977

    (@blueberry1977)

    yes great thanks that worked now and the height is better for it now and the lenght too looks great yes.
    So what about the width ?I see i can go an choose the extra width design but think its make it too width . so if u can just make it a little bit like 10 % more ……that would be fine. I think its is at 75% width now in the css. So if u can find out how i can add that to my css ?

    Hey,

    Could you please try to add more details about what you are trying to achieve. I don’t understand where you want to increase the width, adding a screenshot would be great ??

    Best regards,
    Bojan

    Thread Starter blueberry1977

    (@blueberry1977)

    well here u go here is the screenshot

    https://content.screencast.com/users/Bondza/folders/Jing/media/44a35418-3218-4f4b-bd0a-58395e921120/2014-12-13_1040.png

    u look at the width not the height

    u compared it to the same
    width that is here on this site i wante it to look like
    the site that is here

    my site with 2013 theme on it

    here is a link
    https://undernettet.info/wordpress-4.0.1/wordpress/

    u go there

    and then u can clearly see there is now a gap
    u can see the background that is the sunset
    in the little gap that is there

    so pls make the site fill out the whole
    page 100% as it is in the example site
    with the link above

    and then u will understand.
    Pls help me out and give me the code so it will
    look more like other site there too.

    Thread Starter blueberry1977

    (@blueberry1977)

    on my new site u can see the sunset background.But on my old site u can not.

    Thread Starter blueberry1977

    (@blueberry1977)

    here is url for the background image i use so u can check to see where u can see it and where u can not see it .

    here you go

    Thread Starter blueberry1977

    (@blueberry1977)

    if u look at the edges u will see the background image and that is not what i want. hope u understand now.

    Thread Starter blueberry1977

    (@blueberry1977)

    Here is new screenshot of the

    danish site

Viewing 15 replies - 31 through 45 (of 53 total)
  • The topic ‘Change header Background Image’ is closed to new replies.