Thread: Wide layout

Results 1 to 3 of 3
  1. #1
    Join Date
    Feb 2009
    Posts
    29
    Plugin Contributions
    0

    Default Wide layout

    Hi

    I've seem some carts online that fill the screen. If you make the screen smaller the side boxes are still in the edge of the browser, the product information pages get smaller.

    Can anyone point me in the right dirextion of doing this?

    Many thanks
    Iain

  2. #2
    Join Date
    Nov 2006
    Posts
    69
    Plugin Contributions
    0

    Default Re: Wide layout

    in /includes/templates/your_template/css/stylesheet.css

    find similar to
    Code:
    #mainWrapper { 
        background-color: #ffffff; 
        text-align: left; 
        width: 750px; 
        vertical-align: top; 
        border: 1px solid #9a9a9a; 
        }
    change to
    Code:
    #mainWrapper { 
        background-color: #ffffff; 
        text-align: left; 
        width: 100%; 
        vertical-align: top; 
        border: 1px solid #9a9a9a; 
        }

  3. #3
    Join Date
    Feb 2009
    Posts
    29
    Plugin Contributions
    0

    Default Re: Wide layout

    Great, thank you very much

 

 

Similar Threads

  1. Layout not wide enough
    By purelypoultry in forum Templates, Stylesheets, Page Layout
    Replies: 10
    Last Post: 10 Mar 2010, 05:51 PM
  2. Edit Product-General Layout Store Wide
    By pieceinthehoop in forum Setting Up Categories, Products, Attributes
    Replies: 1
    Last Post: 12 Mar 2008, 09:57 PM
  3. Replies: 2
    Last Post: 4 Feb 2007, 08:39 PM
  4. Top Banners-Wide Layout Questions
    By bettysue in forum Basic Configuration
    Replies: 6
    Last Post: 10 Nov 2006, 04:36 AM
  5. wide screen
    By waznu in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 31 Oct 2006, 02:54 AM

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