Results 1 to 3 of 3
  1. #1
    Join Date
    Aug 2009
    Posts
    6
    Plugin Contributions
    0

    Default Border around page

    I have added borders to my ZenCart install. I originally used tables but have converted to divs to make them easier to manage. I have noticed that when a wide image pushes the right column over it goes over the border. How can I make the border expand with the cart?

    http://liquorkicker.com

    CSS:
    Code:
    .Bsize{
    overflow:auto;
    }
    .Bstyle {
    	position:relative;
    	width:auto ;
    	display:block;
    	float:none;
    	text-align:center;
    	border-width: thick;
    	border-color: inherit;
    	border-style: solid;
    }
    .WrapperSize{
    	width:900px;
    }
    .R {
    	border-color: red;
    }
    .O {
    	border-color: #FF9900;
    }
    .Y {
    	border-color: yellow;
    }
    .G {
    	border-color: lime;
    }
    .B {
    	border-color: blue;
    }
    .P {
    	border-color: purple;
    }
    PHP in tpl_main_page.php
    PHP Code:
    <div id="mainWrapper" align="center">

    <?php //Begin Border ?>

    <div class="R Bstyle">
    <div class="O Bstyle">
    <div class="Y Bstyle">
    <div class="G Bstyle">
    <div class="B Bstyle">
    <div class="P Bstyle">
    <div>
    <?php // End Border ?>
    There are seven /div tags right before the mainwrapper /div

  2. #2
    Join Date
    Nov 2007
    Location
    Melbourne, Australia
    Posts
    541
    Plugin Contributions
    0

    Default Re: Border around page

    Remove width:900px; from #mainWrapper. If you use a fixed size it wont expand with the content. Thats why its called fixed size.

  3. #3
    Join Date
    Aug 2009
    Posts
    6
    Plugin Contributions
    0

    Default Re: Border around page

    The divs still dont expand. When i used tables it expanded. I was hoping to use divs so it would be easier to manage.

 

 

Similar Threads

  1. v139h Want to add a border around my main page text.
    By mighty midget in forum Templates, Stylesheets, Page Layout
    Replies: 14
    Last Post: 13 Jan 2012, 07:21 PM
  2. Border around image on main product info page only
    By Sushigal in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 3 Mar 2011, 06:10 PM
  3. remove border around around images (not image border)
    By Otha in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 23 Aug 2010, 06:03 AM
  4. Border around whole page
    By fusionsp in forum General Questions
    Replies: 7
    Last Post: 18 Jun 2008, 01:00 AM
  5. Border around products on home page?
    By xman888 in forum Templates, Stylesheets, Page Layout
    Replies: 19
    Last Post: 24 Jan 2008, 01:23 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