Thread: auto expand

Results 1 to 4 of 4
  1. #1
    Join Date
    Apr 2012
    Posts
    82
    Plugin Contributions
    0

    Default auto expand

    my website is http://www.oitem.com/ as you can see their is a margin white left and right side, i saw some website that it will auto expand even if you use small monitor and large monitor , his/her template will occupied all the screen, i want that also, i want to be my template will accupied all the space on the screen even if you are using small or big monitor, can any one help me that

  2. #2
    Join Date
    Dec 2006
    Location
    Seligman, MO U.S.A.
    Posts
    2,119
    Plugin Contributions
    6

    Default Re: auto expand

    Find this block of code in your stylesheet (incudes/templates/denim/css/stylesheet.css):

    Code:
    #mainWrapper {
        background-color: #ffffff;
        text-align: left;
        width: 960px;
        vertical-align: top;
        border: none;
        }

    and change the "width: 960px;" to "width: 100%;" , making that look like:

    Code:
    #mainWrapper {
        background-color: #ffffff;
        text-align: left;
        width: 100%;
        vertical-align: top;
        border: none;
        }
    Hope this helps.
    Teach them to shop and they will shop today;
    Teach them to Zen and they will OWN a shop tomorrow!

  3. #3
    Join Date
    Apr 2012
    Posts
    82
    Plugin Contributions
    0

    Default Re: auto expand

    can i kisss you mwaaaaaa its perfect im going to check it again

  4. #4
    Join Date
    Dec 2006
    Location
    Seligman, MO U.S.A.
    Posts
    2,119
    Plugin Contributions
    6

    Default Re: auto expand

    Only if you're female!

    Glad to help.
    Teach them to shop and they will shop today;
    Teach them to Zen and they will OWN a shop tomorrow!

 

 

Similar Threads

  1. Expand
    By onesickpup in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 4 May 2011, 11:44 AM
  2. Auto Turn On and Auto Turn Off product options
    By pickledshark in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 10 Sep 2007, 05:58 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •