Results 1 to 5 of 5
  1. #1
    Join Date
    Nov 2009
    Posts
    44
    Plugin Contributions
    0

    Default Some help with layout changes

    Hello,

    i have searched alot but cant find how to make some litle changes on my zen cart page. Maybe onyone can help me with it.

    Also i made slideshow think just to test it for now. It works in firefox and IE but not in google chrome.

    As atachement i added image to make clear what i want to change.

    Thanks in advance.


  2. #2
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Some help with layout changes

    We need to see your site live to give the best answers to your questions.
    You want to remove the gap below the header/logo.
    What do you want to do with the sidebox heading? remove the part in [brackets]?

  3. #3
    Join Date
    Nov 2009
    Posts
    44
    Plugin Contributions
    0

    Default Re: Some help with layout changes

    Hi, sorry for poor explanation.

    I want to remove white gap under header.
    Also as u can see at image above one of the right sideboxes stil has litle grey line under it, i want to remove it too.

    Tnx in advance

    Site: www.explicitclothing.nl/exc

  4. #4
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Some help with layout changes

    The gray line is not under the heading; it is the heading background repeating because the title takes two lines.
    Find in your stylesheet
    Code:
    .leftBoxHeading, .centerBoxHeading, .rightBoxHeading {
    	margin: 0em;
    	background-color: tranparent;
    	background-image: url(../images/tile_back.gif);
    	padding: 0.5em 0.2em;
    	}
    and add
    background-repeat: repeat-x;
    Code:
    .leftBoxHeading, .centerBoxHeading, .rightBoxHeading {
    	margin: 0em;
    	background-color: tranparent;
    	background-image: url(../images/tile_back.gif);
    	background-repeat: repeat-x;
    	padding: 0.5em 0.2em;
    	}

  5. #5
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Some help with layout changes

    The header gap is caused by a <br class="clearBoth"> after the "branding display" code in /includes/templates/your_template/common/tpl_header.php. Replace that with

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

    and the gap will close up.

 

 

Similar Threads

  1. v139h Help with some email changes
    By traytray in forum General Questions
    Replies: 4
    Last Post: 12 Jan 2013, 07:19 AM
  2. Fine tuneing, help with some changes, please!
    By nimobile in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 2 Apr 2010, 10:35 AM
  3. Help with some changes please.
    By chalfontgifts in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 8 Sep 2008, 06:14 PM
  4. newbie: new some help with default changes....
    By dscurlock in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 14 Feb 2008, 09:29 PM
  5. Need help with some changes in header, please
    By Kruna in forum Templates, Stylesheets, Page Layout
    Replies: 12
    Last Post: 16 Oct 2007, 11:06 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