• Hello!

    This is basic stuff, I know, but I’m just stuck.

    There is a div element (chain) on my page, that works as sort of a background-border. I’m trying to adjust the width to 100% of the page width, but to no avail.

    Any help would be appreciated.

    The link to the site is http://www.korukivi.fi/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter tornator

    (@tornator)

    It seems as my right margins don’t have any effect. The exactly same thing happens with the footer.

    go to style.css and edit line 2217

    left: -30%
     width: 100% !important;

    after left: -30% ; is missing

    Thread Starter tornator

    (@tornator)

    Okay, I just removed the margins for the element and instead used

    left: 0

    And thank you Pankaj for spotting that one!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Spanning a div through whole page’ is closed to new replies.