Results 1 to 3 of 3
  1. #1
    Join Date
    Jul 2008
    Posts
    44
    Plugin Contributions
    0

    Default Re-sizing your browser, but keeping page static?

    What is the term used to describe part of a site that collapses/adapts when re-sizing your browser.

    e.g
    http://(sorry, site offline)/138/index.php
    This site stays static when you re-size your browser.

    http://(sorry, site offline)/138/ind...ate_dir=rustic
    This one expands/contracts when you adjust the size of your browser.

    The template I've been modifying does the latter, but I want everthing to stay static. What do I need to do?

  2. #2
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Re-sizing your browser, but keeping page static?

    The most basic thing is generally to change (in your stylesheet) #mainWrapper {}
    from
    width: 100%;
    to
    width: 900px;
    or whatever you want.

    Individual templates may also have other elements that need to be changed.

  3. #3
    Join Date
    Jul 2008
    Posts
    44
    Plugin Contributions
    0

    Default Re: Re-sizing your browser, but keeping page static?

    Thanks, seems to have done the trick.

 

 

Similar Threads

  1. Keeping gift certificates, but removing FAQ
    By commdiver in forum Discounts/Coupons, Gift Certificates, Newsletters, Ads
    Replies: 3
    Last Post: 27 Jun 2010, 03:55 AM
  2. Enable browser caching of static assets
    By yd29999 in forum Basic Configuration
    Replies: 4
    Last Post: 10 Apr 2010, 10:16 PM
  3. Replies: 4
    Last Post: 16 Feb 2009, 10:45 PM
  4. removing ezpage links, but keeping the page.
    By CheapStairParts in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 19 Mar 2008, 05:34 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