Results 1 to 8 of 8

Threaded View

  1. #5
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Some alignment and margin issues

    Well better but still not rendering as a 950px wide site should

    Try resizing image small like 300px to see how the main site template should look like
    Check why your main page content is housed inside an un-named div p;robably added in your define_main_page.php
    Have a look at these as it adds to your 575px image or takes away space for the center
    Code:
    .centerColumn {
            padding-top: 5px;
    	padding-left: 20px;
    	padding-right: 20px;
            border: 3px dotted #93a6bc;
    	}
    
    .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
    	margin: 1em 0em;
    	}
    
    .leftBoxContainer {
    	border: 0px solid #ffffff;
    	margin-top: 1.5em;
            margin-right: 5px;
            	}
    .rightBoxContainer {
    	border: 0px solid #ffffff;
    	margin-top: 1.5em;
            margin-left: 5px;
    	}
    Add these to your stylesheet
    Code:
    #subscribeHeading (
            width: 150px;
            }
    
    #subscribeContent {
            width: 150px;
            }
    Also check your newsletter code as I am seeing a zenid and this should never be used in any link
    Code:
    <div id="subscribeContent" class="sideBoxContent centeredContent"><form name="subscribe" action="http://zingslings.com/shop/index.php?main_page=subscribe&amp;zenid=5c72a477ca58b501d30e0bf4673f95a6" method="post"><input type="hidden" name="act" value="subscribe" /><input type="hidden" name="main_page" value="subscribe" />Enter your email address to subscribe to our Newsletter.<label><input type="text" name="email" size="18" maxlength="90" style="width: 120px" value="Enter email address" onfocus="if (this.value == 'Enter email address') this.value = '';" /></label> <br /> <label><input type="radio" name="email_format" value="HTML" checked="checked" />HTML</label> <label style="white-space:nowrap"><input type="radio" name="email_format" value="TEXT" />TEXT-Only</label> <br /><input type="image" src="includes/templates/template_default/buttons/english/boxhead-news.gif" alt="Subscribe" title=" Subscribe " value="Subscribe"  /></form></div></td>
    Last edited by kobra; 16 Sep 2009 at 09:07 AM.
    Zen-Venom Get Bitten

 

 

Similar Threads

  1. Header, MainWrapper, and Footer alignment issues
    By nettasaura in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 21 Nov 2008, 04:25 AM
  2. Firefox and Alignment Issues
    By trisha1581 in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 18 Jun 2008, 04:58 PM
  3. Some alignment issues
    By starruby in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 13 Jun 2008, 03:46 PM
  4. Alignment/Margin Problem
    By DanMTL in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 28 Apr 2008, 10:34 PM
  5. pesky margin-top and center issues
    By artcop in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 8 Apr 2007, 04:12 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