Results 1 to 4 of 4
  1. #1
    Join Date
    Jun 2009
    Posts
    617
    Plugin Contributions
    0

    Default How to change the logo position?

    Hi,

    I am trying to change the position of my logo (curently the default logo) to beside my navigation category tabs in the header and above the EZPages navigation bar.

    Is it possible to do that with the CSS stylesheet? If yes, please give me the proper code! Thank you. I have v1.3.8

    For a visual: http://www.a u t o m o t i v e a c e.com

  2. #2
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: How to change the logo position

    Quote Originally Posted by autoace View Post
    Hi,

    I am trying to change the position of my logo (curently the default logo) to beside my navigation category tabs in the header and above the EZPages navigation bar.

    Is it possible to do that with the CSS stylesheet? If yes, please give me the proper code! Thank you. I have v1.3.8

    For a visual: http://www.a u t o m o t i v e a c e.com
    Try the tutorials/FAQ section
    www.zen-cart.com/tutorials/index.php?article=125

  3. #3
    Join Date
    Jun 2009
    Posts
    617
    Plugin Contributions
    0

    Default Re: How to change the logo position

    Hi Clyde:

    Went there, did that, but does not accomplish my goal. Any other suggestions? Thank you.

  4. #4
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: How to change the logo position

    Quote Originally Posted by autoace View Post
    Hi Clyde:

    Went there, did that, but does not accomplish my goal. Any other suggestions? Thank you.
    You could try this:

    open includes/templates/YOUR_TEMPLATE/common/tpl_header.php

    find this section of code:

    <div id="logo"><?php echo '<a href="' . HTTP_SERVER . DIR_WS_CATALOG . '">' . zen_image($template->get_template_dir(HEADER_LOGO_IMAGE, DIR_WS_TEMPLATE, $current_page_base,'images'). '/' . HEADER_LOGO_IMAGE, HEADER_ALT_TEXT, HEADER_LOGO_WIDTH, HEADER_LOGO_HEIGHT) . '</a>'; ?></div>

    AND Move it to here

    <div id="navMainWrapper">
    <div id="logo"><?php echo '<a href="' . HTTP_SERVER . DIR_WS_CATALOG . '">' . zen_image($template->get_template_dir(HEADER_LOGO_IMAGE, DIR_WS_TEMPLATE, $current_page_base,'images'). '/' . HEADER_LOGO_IMAGE, HEADER_ALT_TEXT, HEADER_LOGO_WIDTH, HEADER_LOGO_HEIGHT) . '</a>'; ?></div>
    <div id="navMain">

 

 

Similar Threads

  1. Replies: 1
    Last Post: 17 Jun 2011, 08:35 PM
  2. how do i change the position of the add to cart button ?
    By what44 in forum Templates, Stylesheets, Page Layout
    Replies: 39
    Last Post: 11 Feb 2011, 05:32 PM
  3. Change Logo Position
    By axxess in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 31 Dec 2010, 09:41 AM
  4. How can I change the position of the product price and Add to Cart?
    By pennylane in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 11 Sep 2009, 02:26 AM
  5. how to change the position of the logo?
    By rjgonzalez in forum General Questions
    Replies: 4
    Last Post: 22 Jun 2009, 05:00 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