Results 1 to 8 of 8
  1. #1
    Join Date
    Jan 2008
    Posts
    64
    Plugin Contributions
    0

    Default Width of page issue

    Here is my site: www.LankyLizards.com (running ver 1.3.8a).
    Here is a page that is a wider width: http://lankylizards.com/registry.php

    Yes, I am using a template from Template Monster. Seriously, I haven't had any issues with this.

    I can't figure out how to apply the rest of the site's width to this extra page created, although I did figure out how to apply the background and formatting. I am still learning. I assume this is a CSS issue?

    Any clues?
    THANKS!

  2. #2
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: Width of page issue

    I'd call this a TM issue, but ...

    In stylesheet_tm.css, find this and change the width to more px, or a %

    .main_bg {margin:auto; width:766px;}

    In a non-TM template, this would be set in #mainWrapper.

  3. #3
    Join Date
    Jan 2008
    Posts
    64
    Plugin Contributions
    0

    Default Re: Width of page issue

    Thanks for your reply!
    I'm going to play with it, but I don't know what to change it to. Since it is already set to 766 px and that is what the width I want, what should I change it to?
    I don't know how to apply this formatting to the /registry page. ?

  4. #4
    Join Date
    Jan 2008
    Posts
    64
    Plugin Contributions
    0

    Default Re: Width of page issue

    OK, changing that line applies to the whole of my site, but not the /registry page.

    Trying to figure out why...

  5. #5
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: Width of page issue

    The registry.php page you pointed to (which I don't see any way to get to from the main page - 'gift registry' takes me somewhere else) has an extra div called registryBody, which is probably where the width is being set.

  6. #6
    Join Date
    Jan 2009
    Posts
    2,123
    Plugin Contributions
    0

    Default Re: Width of page issue

    #mainWrapper { stylesheet_tm.css (line 41)
    float:inherit;
    padding:30px 15px;
    width:766px; <----add this line
    }

    this sorts the width... will look later at centering...

  7. #7
    Join Date
    Jan 2009
    Posts
    2,123
    Plugin Contributions
    0

    Default Re: Width of page issue

    Actually, this will sort you right out:

    #mainWrapper { stylesheet_tm.css (line 41)
    float:inherit;
    margin:0 auto; <--- add this line
    padding:30px 15px;
    width:766px; <--- add this line too
    }

  8. #8
    Join Date
    Jan 2008
    Posts
    64
    Plugin Contributions
    0

    Default Re: Width of page issue

    Quote Originally Posted by limelites View Post
    Actually, this will sort you right out:

    #mainWrapper { stylesheet_tm.css (line 41)
    float:inherit;
    margin:0 auto; <--- add this line
    padding:30px 15px;
    width:766px; <--- add this line too
    }
    Lovely! Thank you.
    Still too wide on the 'Create Registry' page, but I think the table html is forcing it... have to adjust.

    Steve, yes, there are no links to the Registry page from my main site yet... I don't want to send anyone there till it is fully functional, which it isn't yet.

 

 

Similar Threads

  1. Page width issue
    By PinPan in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 4 Mar 2011, 10:54 PM
  2. change width on the categories page (price width)
    By oberheimer in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 3 Sep 2010, 05:53 PM
  3. Having an issue with Width...
    By mattmosieur in forum Basic Configuration
    Replies: 2
    Last Post: 24 Nov 2009, 03:47 PM
  4. Red Sky -width issue
    By gypsytinkler in forum Addon Templates
    Replies: 4
    Last Post: 25 May 2009, 02:06 AM
  5. IE Width issue
    By ebscreeen in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 4 Sep 2007, 08:40 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