Results 1 to 7 of 7
  1. #1
    Join Date
    Aug 2008
    Posts
    30
    Plugin Contributions
    0

    Default Can't find code to remove!

    Hi, this is my first post and I'm having trouble finding the bit of code that I think I need to remove to get the layout right.

    The test site is: http://www.seofactory.co.uk/zencart/

    The central photo on this page needs to be a bit higher so it is aligned.


    Any suggestions greatly appreciated.

  2. #2
    Join Date
    Jun 2008
    Location
    Washington, DC
    Posts
    789
    Plugin Contributions
    7

    Default Re: Can't find code to remove!

    If you don't have FireBug loaded in FF. You might want to load FireBug into your FireFox that will help you to see the area that needs fixing.
    • 446F63746F722057686F •

  3. #3
    Join Date
    Mar 2006
    Posts
    919
    Plugin Contributions
    2

    Default Re: Can't find code to remove!

    Quote Originally Posted by wezza View Post
    Hi, this is my first post and I'm having trouble finding the bit of code that I think I need to remove to get the layout right.

    The test site is: http://www.seofactory.co.uk/zencart/

    The central photo on this page needs to be a bit higher so it is aligned.


    Any suggestions greatly appreciated.
    In your CSS try removing/adjusting the padding-top under #indexCategoriesMainContent, that should do the trick.

  4. #4
    Join Date
    Aug 2008
    Posts
    30
    Plugin Contributions
    0

    Default Re: Can't find code to remove!

    Thanks for the reply skipwater,

    I have installed FireBug and can see the code there, but cannot find the right file to delete the code.

    <td valign="top">
    <div id="indexCategories" class="centerColumn">
    <h1 id="indexCategoriesHeading"/>
    <div id="indexCategoriesMainContent" class="content">
    <div style="text-align: center;">
    </div>


    The red line is what I think I need to remove but cannot find it in the stylesheet, tpl_header.php, tpl_main_page.php.
    I'm not sure where else to look.

  5. #5
    Join Date
    Oct 2007
    Location
    Australia
    Posts
    843
    Plugin Contributions
    0

    Default Re: Can't find code to remove!

    Try:

    #indexCategoriesHeading {
    display:none;
    }

    As an alternative, you could bring your sideboxes down slightly to align instead:

    stylesheet.css (line 95)

    #navColumnOneWrapper, #navColumnTwoWrapper {
    margin:0;
    padding:0;
    padding-top: 1em;

    }

    Adjust padding-top to suit
    HunnyBee Design
    "A man's manners are a mirror in which he shows his portrait." ~ Johann Wolfgang von Goethe

  6. #6
    Join Date
    Aug 2008
    Posts
    30
    Plugin Contributions
    0

    Default Re: Can't find code to remove!

    Thanks for your replies.
    Christon26, your solution seemed to do the trick!


    Thank you all for your help!

  7. #7
    Join Date
    Oct 2007
    Location
    Australia
    Posts
    843
    Plugin Contributions
    0

    Default Re: Can't find code to remove!

    You're very welcome
    HunnyBee Design
    "A man's manners are a mirror in which he shows his portrait." ~ Johann Wolfgang von Goethe

 

 

Similar Threads

  1. Still can't find my HTML code
    By Charlie57 in forum Basic Configuration
    Replies: 1
    Last Post: 26 Mar 2011, 06:42 AM
  2. CSS page - can't find italic code
    By bpwetzel in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 13 Feb 2010, 02:50 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