Results 1 to 5 of 5

Hybrid View

  1. #1
    Join Date
    Jan 2011
    Posts
    12
    Plugin Contributions
    0

    Default removing the logo changes position of left column

    I have done this


    How do I remove the logo completely?
    If you don't want or need a logo, open includes/templates/CUSTOM/common/ tpl_header.php find and comment out this line of code by adding <!-- at the beginning, --> at the end and // between the words php and echo, as shown below.


    <!-- <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> -->
    Save the file and upload it to your server.

    but the result is that the logo is gone but the left column has now moved to the left to the edge of the screen i have the width of zencart set to 1020 px

    it is at www dot robostep co uk

    thanks

  2. #2
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: removing the logo changes position of left column

    You left this uncommented at the end of that section. Try adding the closing comment tag after the clearBoth part.

    </div>
    <br class="clearBoth" />


    Might be easier to just remove that part from the code.

  3. #3
    Join Date
    Jan 2011
    Posts
    12
    Plugin Contributions
    0

    Default Re: removing the logo changes position of left column

    Quote Originally Posted by stevesh View Post
    You left this uncommented at the end of that section. Try adding the closing comment tag after the clearBoth part.

    </div>
    <br class="clearBoth" />


    Might be easier to just remove that part from the code.
    Sorry i dont see this bit of code where is it?
    Sorry to be dumb

  4. #4
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: removing the logo changes position of left column

    The last four lines of the branding display section look like this:

    <?php } // no HEADER_SALES_TEXT or SHOW_BANNERS_GROUP_SET2 ?>
    </div>
    <br class="clearBoth" />
    <!--eof-branding display-->

    be sure to include them in your commented section ( or just remove everything between <!--bof-branding display--> and <!--eof-branding display--> inclusive.)

  5. #5
    Join Date
    Jan 2011
    Posts
    12
    Plugin Contributions
    0

    Default Re: removing the logo changes position of left column

    nice one done that it works you're a g

 

 

Similar Threads

  1. removing left column
    By irishshopper in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 3 Aug 2010, 11:09 PM
  2. Removing white space in left column
    By DivaVocals in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 18 Jan 2009, 06:08 AM
  3. font size changes in left column when on SSL???
    By FrenchFrog in forum Templates, Stylesheets, Page Layout
    Replies: 18
    Last Post: 16 Sep 2007, 08:45 PM
  4. Changing width/removing left column
    By [email protected] in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 11 Jul 2007, 03:19 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