Page 1 of 2 12 LastLast
Results 1 to 10 of 15
  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.

  7. #7

    Default Re: Layout for screen resolutions

    not been able to get it right at all
    works fine on mine at 1680x1050 but that's no good
    removed the #mainColumn line (could only find one width entery to delete) and all the category content drops

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

    Default Re: Layout for screen resolutions

    You have to get rid of the double call to the CSS. You removed it from one but the other file overrides it.
    Frank Koehl
    "Cleverly Disguised as a Responsible Adult"

    frankkoehl.com

  9. #9

    Default Re: Layout for screen resolutions

    Quote Originally Posted by BlindSide View Post
    You have to get rid of the double call to the CSS. You removed it from one but the other file overrides it.
    Took me a while but I worked out what you were saying and found a bit of code to remove in common/html_header.php and that seems to of removed the double call for css.
    Still got the same problem though. Any more advice would be much appreciated.

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

    Default Re: Layout for screen resolutions

    stylesheet .css still has a width definition for #mainColumn at line 779:
    Code:
    #mainColumn {
    width:84%;
    }
    The lines above have to go away. Do that, and the layout will behave itself.
    Frank Koehl
    "Cleverly Disguised as a Responsible Adult"

    frankkoehl.com

 

 
Page 1 of 2 12 LastLast

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