Results 1 to 8 of 8

Hybrid View

  1. #1
    Join Date
    Sep 2006
    Posts
    13
    Plugin Contributions
    0

    Default How do I change the width of THIS template

    I cannot find this code in includes/templates/YOUR_TEMPLATE/css/stylesheet.css
    .centershop {
    padding: 0px;
    margin: 0px auto;
    position: relative;
    text-align: left;
    width: 750px !important;


    Template is here: http://www.lvhut.com/catalog/
    The stylesheet.css does not have this code:
    width: xxxpx

    thanks

  2. #2
    Join Date
    Apr 2004
    Location
    UK
    Posts
    5,821
    Plugin Contributions
    2

    Default Re: How do I change the width of THIS template

    More than one stylesheet for this template which not advised for zencart 1.3*
    Code:
    #mainWrapper {
    	background-color: #ffffff;
    	text-align: left;
    	width: 750px;
    	vertical-align: top;
    	}
    Looks to me like code above governing width of store.
    HTH

  3. #3
    Join Date
    Sep 2006
    Posts
    13
    Plugin Contributions
    0

    Default Re: How do I change the width of THIS template

    Quote Originally Posted by misty
    Code:
    #mainWrapper {
    	background-color: #ffffff;
    	text-align: left;
    	width: 750px;
    	vertical-align: top;
    	}
    Looks to me like code above governing width of store.
    HTH
    the above is not in includes/templates/YOUR_TEMPLATE/css/stylesheet.css

    and I searched 750px in development tool kit. no result.

    Searching 1048 files ... for: 750px
    Match Lines found: 0
    Error: No matching Configuration Keys were found ... 750px

    I seacrched mainWrapper

    Searching 1048 files ... for: mainWrapper

    /ii/includes/templates/osc8873/common/tpl_main_page.php

    Line #63 : <div id="mainWrapper">

    Line #71 : <table width="100%" border="0" cellspacing="0" cellpadding="0" id="contentMainWrapper">



    /ii/includes/templates/template_default/common/tpl_header.php

    Line #43 : <div id="navMainWrapper">



    /ii/includes/templates/template_default/common/tpl_main_page.php

    Line #63 : <div id="mainWrapper">

    Line #71 : <table width="100%" border="0" cellspacing="0" cellpadding="0" id="contentMainWrapper">

  4. #4
    Join Date
    Apr 2004
    Location
    UK
    Posts
    5,821
    Plugin Contributions
    2

    Default Re: How do I change the width of THIS template

    style sheet files governing your site, with current template are
    Code:
    http://www.lvhut.com/catalog/includes/templates/osc8873/css/stylesheet_new.css
    Code:
    http://www.lvhut.com/catalog/includes/templates/osc8873/css/stylesheet.css

  5. #5
    Join Date
    Sep 2006
    Posts
    13
    Plugin Contributions
    0

    Default Re: How do I change the width of THIS template

    Thank you
    I found 750px here & changed to 960.

    /*wrappers - page or section containers*/
    #mainWrapper {
    background-color: #ffffff;
    text-align: left;
    width: 960px;
    vertical-align: top;

    I changed this file
    Code:
    http://www.lvhut.com/catalog/includes/templates/osc8873/css/stylesheet_new.css
    But width does not change

  6. #6
    Join Date
    Apr 2004
    Location
    UK
    Posts
    5,821
    Plugin Contributions
    2

    Default Re: How do I change the width of THIS template

    As mentioned before, this template not coded suitably for zencart 1.3*
    i.e using tables not completely converted to divs/css
    Viewing source of your site finds
    Code:
    <div id="mainWrapper">
    
      <TABLE CELLSPACING=0 CELLPADDING=0 WIDTH=698 ALIGN=center>
       <TR><TD HEIGHT=5></TD></TR>
       <TR><TD>
    WIDTH=698
    Your template probably has an overriding header template, using tables.

 

 

Similar Threads

  1. How do I change the width of my template?
    By pgram in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 27 Jan 2012, 09:18 PM
  2. How do I change the width of the template?
    By yvonne8 in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 2 Jul 2008, 12:49 AM
  3. how do I change the logo on this template?
    By ash.whitehair in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 10 Jan 2008, 11:43 PM
  4. How Do I Change the Width of the Template?
    By badan in forum Templates, Stylesheets, Page Layout
    Replies: 22
    Last Post: 10 Jan 2008, 10:14 AM
  5. How do i change this on the defualt template
    By lizar5- in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 7 Sep 2007, 04:03 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