Results 1 to 4 of 4
  1. #1
    Join Date
    Apr 2010
    Posts
    7
    Plugin Contributions
    0

    Default Full Width Header with Centered Product Page

    Going out on a limb with this question.

    I'd like to change the layout of my page to display the header the full width of the browser page with the product page centered about 1000px wide. I currently have the product page set just looking to see if the header can be changed as well.

    Example would be

    www.silverstreamsgardens.com/contact.php

    I want to make my cart match this page.

  2. #2
    Join Date
    Jun 2003
    Posts
    33,720
    Plugin Contributions
    0

    Default Re: Full Width Header with Centered Product Page

    You mean the same effect we have here on the forum? It is a CSS background image in the body tag.
    Please do not PM for support issues: a private solution doesn't benefit the community.

    Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.

  3. #3
    Join Date
    Apr 2010
    Posts
    7
    Plugin Contributions
    0

    Default Re: Full Width Header with Centered Product Page

    Yea, pretty much. Thanks Kim

  4. #4
    Join Date
    Apr 2010
    Posts
    20
    Plugin Contributions
    0

    Default Re: Full Width Header with Centered Product Page

    I'm literally just getting started but I made the following change in stylesheet.css (classic folder) to effect the change you describe

    From:
    #mainWrapper {
    background-color: #ffffff;
    text-align: left;
    width: 750px;
    vertical-align: top;
    border: 1px solid #9a9a9a;
    }


    To:
    #mainWrapper {
    background-color: #ffffff;
    text-align: left;
    width: 1000px;
    vertical-align: top;
    border: 1px solid #9a9a9a;
    }

    Seems to have done the job

 

 

Similar Threads

  1. v150 Slider that takes up the full width of the page
    By rad32 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 24 Sep 2012, 04:16 AM
  2. full screen header on page with fixed width
    By Raduzz in forum General Questions
    Replies: 3
    Last Post: 4 Feb 2010, 02:38 AM
  3. Full width display
    By SweetEmotions in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 20 Apr 2008, 06:23 AM
  4. change from centered 100% width to left justified?
    By skunkworx in forum Templates, Stylesheets, Page Layout
    Replies: 10
    Last Post: 20 Jan 2007, 04:37 AM
  5. Making Logo almost full width of header
    By johnd in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 14 Jan 2007, 04:49 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg