Viewing 5 replies - 1 through 5 (of 5 total)
  • Michael

    (@alchymyth)

    can you post more details?

    change what into what?

    is the link to an example site, or to your site?

    if it is not the link to your site, please post a link to your site.

    Thread Starter helplisa

    (@dhrumindc)

    Hi Alchymyth,
    I am hosting my website on a local host.

    Here is sceenshot to look at:-
    https://postimage.org/image/ll5mig81t/

    Any help?

    Thanks!

    Thread Starter helplisa

    (@dhrumindc)

    Just noticed on the link I gave you before they have that border at bottom in footer area. I want it at end of main content area.

    Michael

    (@alchymyth)

    look into ‘background css’ with background images

    https://www.w3schools.com/css/css_background.asp

    (from an image, nobody will be able to help you to identify which css element you need to adapt – this is fundamental css and not special to WordPress and therefore not within the scope of this forum)

    try to work with a web tool such as Firefox’ add-on Firebug to identify the involved styles or css selectors https://getfirebug.com/

    Thread Starter helplisa

    (@dhrumindc)

    Solved..! for those who are looking to do same.

    I have created DIV at bottom letsay named pageborder.

    than just give it a background image using this

    #pageborder {
    	background-image:url(images/border-bottom-main.png);
    	background-repeat:no-repeat;
    	height:50px;
    	width:941px;
    	float:left;
    	background-position:fixed;
    }

    Done!
    Hope this helps

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to: Change edge of the page style.’ is closed to new replies.