Results 1 to 7 of 7
  1. #1
    Join Date
    Aug 2012
    Location
    Kitty Hawk, NC
    Posts
    55
    Plugin Contributions
    0

    Default Move Top Left Logo Image

    Hello everyone,


    I want to move my top left logo image. I would like it underneath the top navigation bar. I know I need to do this in the stylesheet.css but I don't know what code to use. My website is enchantedcottageshop.com


    Thanks!
    Gina

  2. #2
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,211
    Plugin Contributions
    11

    Default Re: Move Top Left Logo Image

    Not familiar with the store-bought template but is should be a simple matter of moving the <div id="logo"> (branding display area) underneath the nave div.
    The layout is different for your template but, you might try moving it under the <div id="top_nav"> inside the h-menu.

    In standard Zen Cart, it would be in the tpl_header.php in the common folder of your template.
    Last edited by dbltoe; 4 Apr 2018 at 10:21 PM.

  3. #3
    Join Date
    Aug 2012
    Location
    Kitty Hawk, NC
    Posts
    55
    Plugin Contributions
    0

    Default Re: Move Top Left Logo Image

    I found this in the tpl_header.php of my template:

    <!--bof-header logo and navigation display-->
    <?php
    if (!isset($flag_disable_header) || !$flag_disable_header) {
    ?>
    <div id="headerWrapper">

    <!--bof-branding display-->
    <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) . '</a>'; ?></div>
    <!--eof-branding display-->

  4. #4
    Join Date
    Aug 2012
    Location
    Kitty Hawk, NC
    Posts
    55
    Plugin Contributions
    0

    Default Re: Move Top Left Logo Image

    <div class="h-menu">
    <?php
    if (CATEGORIES_TABS_STATUS == '0')
    require($template->get_template_dir('tpl_top_nav.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_top_nav.php');
    ?>

  5. #5
    Join Date
    Aug 2012
    Location
    Kitty Hawk, NC
    Posts
    55
    Plugin Contributions
    0

    Default Re: Move Top Left Logo Image

    Maybe I should just leave it as is. I might like it better if I make the logo image larger. It is so small in the mobile version

  6. #6
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,211
    Plugin Contributions
    11

    Default Re: Move Top Left Logo Image

    IMHO, your mobile logo is fine.

    We take the logo off most of our mobile setups.

    The reasoning we employ is that the customers are there to shop. And, they are doing so in a rather small space. Anything that they have to "navigate around" adds to the frustration factor.

  7. #7
    Join Date
    May 2009
    Posts
    1,219
    Plugin Contributions
    2

    Default Re: Move Top Left Logo Image

    I agree with dbltoe, nevertheless I also understand the reasons to have the logo all the time, and I do it myself.

    That said the place of your logo is fine, and don't see any reason to move it under your nav, unless strong personal taste, if you want to have it a bit bigger on mobile you could try either of the following, add to your stylesheet (stylesheet_res_extra.css)

    The max-width could be changed (i.e. 767) depending on which screen size you want it to apply, anyhow not bigger than 767.

    Solution 1
    Code:
    @media (max-width: 380px) {
    #logo {
    	width: 81%;
    }
    }
    Solution 2
    Code:
    #logo {
    	width: 63%;
    }

 

 

Similar Threads

  1. Zen Cart Logo on top left
    By nb13 in forum Templates, Stylesheets, Page Layout
    Replies: 11
    Last Post: 14 Feb 2011, 04:08 PM
  2. want to move top left search box into header
    By keylesslocks in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 16 Oct 2008, 08:21 PM
  3. Move Top Nav To Left Side Box
    By pwtgirl in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 5 Jun 2007, 02:35 AM
  4. Top Left Logo Link Edit
    By candyapple in forum General Questions
    Replies: 2
    Last Post: 11 Sep 2006, 10:50 PM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR