ok I just figured that out but it doesnt go all the way to the top
http://jenniejdesigns.com/index.php?main_page=index
![]()
ok I just figured that out but it doesnt go all the way to the top
http://jenniejdesigns.com/index.php?main_page=index
![]()
That's because of the Breadcrumb -
One more shot... did you change #navColumnOne or #navColumnOneWrapper ?
One of those should do it for sure - they are the left box containers.
When the world gets in my face I say Have A Nice Day.
* I DO Think and I HAVE BEEN Zenned - therefore, I AM * I donate - do you?
Custom Templates and Zen Services CRS Designs, Inc.
I think what you are looking for is to remove the border for the center column border and findReplace it with#navColumnOne {
padding: 0.5em;
border-left: 0px solid #cccccc;
}You can adjust the pixels to suit your needs.#navColumnOne {
padding: 0.5em;
border-right: 2px solid #000000;
}
Nothing will go all the way to the pink line as there is a space built in to the logo.gif but, this gets you close.
A little help with colors.
myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.
Thanks yall I think I got it![]()
this look ok
http://jenniejdesigns.com/index.php?main_page=index
also how do I make my main page content more centered I have tried everything and searched but cant find it I did it once but forgot how![]()
thanks so much for all your help
Avie![]()
Do you have your right sidebar turned off globally in admin/ configuration / layout settings?
Many times that is why center content doesn't appear centered :)
The border looks fantastic![]()
When the world gets in my face I say Have A Nice Day.
* I DO Think and I HAVE BEEN Zenned - therefore, I AM * I donate - do you?
Custom Templates and Zen Services CRS Designs, Inc.
add this to the stylesheet
.centerColumn {
text-align: center;
}
A little help with colors.
myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.
yep I have the right column shut off maybe its my graphic lol.
thanks so much for all your help![]()
AHHH HAA thanks that made it centered woohooo
lol
thanks so much again![]()
ok can someone help me with why my border is doing this???
I moved my login/ home below my logo.gif and I then lost my border for my whole page this is the code I used.
but when I go to put the border around the header it throws it all off this is what it looks like<table border="0" width="100%" cellspacing="0" cellpadding="0" class="header">
<tr><!-- All HEADER_ definitions in the columns below are defined in includes/languages/english.php //-->
<td valign="middle" height="<?php echo HEADER_LOGO_HEIGHT; ?>" width="<?php echo HEADER_LOGO_WIDTH; ?>">
<?php echo '<a href="' . zen_href_link(FILENAME_DEFAULT) . '">' . zen_image($template->get_template_dir(HEADER_LOGO_IMAGE, DIR_WS_TEMPLATE, $current_page_base,'images'). '/' . HEADER_LOGO_IMAGE, HEADER_ALT_TEXT) . '</a>'; ?>
</td>
<td align="center" valign="top">
<?php
if (HEADER_SALES_TEXT != '') {
echo HEADER_SALES_TEXT;
}
if (SHOW_BANNERS_GROUP_SET2 != '' && $banner = zen_banner_exists('dynamic', SHOW_BANNERS_GROUP_SET2)) {
if ($banner->RecordCount() > 0) {
echo zen_display_banner('static', $banner);
}
}
?>
</td>
</tr>
</table><table class="centershop" style="border-left: 2px dotted #000000" style="border-right: 2px dotted #000000" style="border-bottom: 2px dotted #000000" cellspacing="0" cellpadding="0" bgcolor="#ffffff">
<?php
if (!isset($flag_disable_header) || $flag_disable_header == false) {
?>
<tr><td>
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="headerNavigation">
<tr>
<td align="left" valign="top" width="35%" class="headerNavigation">
<a href="<?php echo zen_href_link(FILENAME_DEFAULT, '', 'NONSSL'); ?>"><?php echo HEADER_TITLE_CATALOG; ?></a> |
<?php if (isset($_SESSION['customer_id'])) { ?>
<a href="<?php echo zen_href_link(FILENAME_LOGOFF, '', 'SSL'); ?>"><?php echo HEADER_TITLE_LOGOFF; ?></a> |
<a href="<?php echo zen_href_link(FILENAME_ACCOUNT, '', 'SSL'); ?>"><?php echo HEADER_TITLE_MY_ACCOUNT; ?></a>
<?php
} else {
if (STORE_STATUS == '0') {
?>
<a href="<?php echo zen_href_link(FILENAME_LOGIN, '', 'SSL'); ?>"><?php echo HEADER_TITLE_LOGIN; ?></a>
<?php } } ?>
</td>
<td align="center" width="30%" class="headerNavigation"><?php require(DIR_WS_MODULES . 'sideboxes/' . 'search_header.php'); ?></td>
<td align="right" valign="top" width="35%" class="headerNavigation">
<?php if ($_SESSION['cart']->count_contents() != 0) { ?>
<a href="<?php echo zen_href_link(FILENAME_SHOPPING_CART, '', 'NONSSL'); ?>"><?php echo HEADER_TITLE_CART_CONTENTS; ?></a> | <a href="<?php echo zen_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL'); ?>"><?php echo HEADER_TITLE_CHECKOUT; ?>»</a>
<?php }?>
</td>
</tr>
</table>
http://jenniejdesigns.com/index.php?main_page=index
what am I not doing right?![]()