How can I remove the border around the home page.

  • irissalmins

    #6156

    I need to do this for a client that wants the home page to be one continuous page without a content area with border in the middle centered in the middle.

    Anonymous

    #33492

    Moved to Support. Please post in the correct section next time.

    Mod

    Kenneth John Odle

    #33493
    Quote:
    one continuous page without a content area with border in the middle centered in the middle.

    This makes no sense to me. Can you draw a picture?

    irissalmins

    #33494

    Yes. between the content and the outside background there is an image that looks like a graphic frame. I am not using sidebars. My client wants a continuous background between his content and the furthest points of the window. A full screen including the outside background area. I am not sure of the proper terms. Np separation between the content background and the outside background.

    Anonymous

    #33495

    Try something like this,

    #content {
    background: transparent;
    }

    #container {
    box-shadow: none !important;
    }

    A link to the site in question would be helpful to give you the exact solution.

Viewing 5 posts - 1 through 5 (of 5 total)

  • You must be logged in to reply to this topic.