Results 1 to 9 of 9

Hybrid View

  1. #1
    Join Date
    Feb 2007
    Location
    Burleson. Texas
    Posts
    194
    Plugin Contributions
    0

    Default Re: How to move the sidebox side ways. from left to more left? realy need help...


  2. #2
    Join Date
    Aug 2007
    Posts
    61
    Plugin Contributions
    0

    red flag Re: How to move the sidebox side ways. from left to more left? realy need help...

    here you can see my broblem.

    http://www.brekke-media.com

    ty for answering me. but i coud not figur out based on your template.css

    i am relativly new to css so i got alott to learn.

    and i have read the tutorial so many times and still i cant figur it out.
    Last edited by brekke00; 27 Aug 2007 at 02:13 PM. Reason: missed some info

  3. #3
    Join Date
    Apr 2006
    Location
    West Salem, IL
    Posts
    2,888
    Plugin Contributions
    0

    Default Re: How to move the sidebox side ways. from left to more left? realy need help...

    Ok real easy......this template is set at 760px wide as shown by this section of your style sheet:
    Code:
    #mainWrapper {
    	background-color: #ffffff;
    	text-align: left;
    	width: 760px;
    	vertical-align: top;
    	clear:both;
    	}
    change it to read:
    Code:
    #mainWrapper {
    	background-color: #ffffff;
    	text-align: left;
    	width: 100%;
    	vertical-align: top;
    	clear:both;
    	}
    Mike
    AEIIA - Zen Cart Certified & PCI Compliant Hosting
    The Zen Cart Forum...Better than a monitor covered with post-it notes!

  4. #4
    Join Date
    Aug 2007
    Posts
    61
    Plugin Contributions
    0

    Default Re: How to move the sidebox side ways. from left to more left? realy need help...

    Thank you so!!!!!!!!!!

    I am You just saved my day...

    i was looking for sidebox inn the css file. that is why i did not find it.


    Thank You!!!

 

 

Similar Threads

  1. How to move the add to cart button to the left side?
    By sharontan in forum Templates, Stylesheets, Page Layout
    Replies: 16
    Last Post: 10 Dec 2010, 04:58 PM
  2. How to move left column to left side? ASAP
    By kiler047 in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 19 Apr 2010, 05:18 AM
  3. Help me move the sidebars down on the left hand side without them shrinking!
    By raguirre in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 28 Dec 2008, 09:45 AM
  4. How to move header search box from right to left side
    By BuyPerformanceParts in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 22 Sep 2007, 01:39 AM
  5. How to move BODY to the left side of the website.
    By williamL in forum General Questions
    Replies: 5
    Last Post: 3 Apr 2007, 06:44 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