Results 1 to 10 of 15

Hybrid View

  1. #1

    Default Layout for screen resolutions

    HI, I’ve been playing with a new template layout and found that on lower screen resolutions the content drops below the left column. On my existing site template I get a scroll bar at the bottom of the page but on this layout I don’t. Is there a no scroll tag can change for this or have I messed up somewhere
    Thanks for all your help

  2. #2
    Join Date
    Sep 2004
    Posts
    1,388
    Plugin Contributions
    4

    Default Re: Layout for screen resolutions

    To keep it simple (and because I have nothing to look at), that behavior is due to HTML/CSS layout decisions made by the designer. You likely won't be able to prevent that without really getting in deep with the template. Further comment would require a URL to look at.
    Frank Koehl
    "Cleverly Disguised as a Responsible Adult"

    frankkoehl.com

  3. #3

    Default Re: Layout for screen resolutions

    sorry should of thought of that
    this is what I'm playing with and hope to implement soon
    h**p://stealth.xssl.net/~admin81/index.php?main_page=

  4. #4
    Join Date
    Sep 2004
    Posts
    1,388
    Plugin Contributions
    4

    Default Re: Layout for screen resolutions

    First of all, you're including all your stylesheets twice. The designer may have hardcoded them into the template.

    Second, remove the two width definitions in includes/templates/dart_template/css/stylesheet.css, around line 778.

    Code:
    #mainColumn {
    width:86%;
    width:86%;
    }
    Delete the red lines and the page will display normally.

    Firebug is your best friend for CSS/HTML issues.
    Frank Koehl
    "Cleverly Disguised as a Responsible Adult"

    frankkoehl.com

  5. #5

    Default Re: Layout for screen resolutions

    great thanks for your help I'll give it a shot

  6. #6
    Join Date
    Jun 2003
    Posts
    33,721
    Plugin Contributions
    0

    Default Re: Layout for screen resolutions

    What screen width are you optimizing for? I looked at 1280 wide and the main content still dropped below the left column
    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.

 

 

Similar Threads

  1. How do I slice the banner to fit all screen resolutions?
    By humbll in forum Templates, Stylesheets, Page Layout
    Replies: 18
    Last Post: 19 Jan 2011, 09:08 PM
  2. Fed Ex and screen layout
    By tpascubarat in forum Built-in Shipping and Payment Modules
    Replies: 0
    Last Post: 23 Feb 2008, 04:07 AM
  3. Screen Resolutions
    By DatinBridal in forum General Questions
    Replies: 2
    Last Post: 11 Jan 2008, 04:39 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