Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 2009
    Posts
    9
    Plugin Contributions
    0

    Default Remove space around "HOME" in footer(bottom of page)

    Hello. I managed to remove the IP address and the "HOME" link from the bottom/footer of my website. I want to keep the padding around the copyright text but would like the extra padding above that(the padding that was around the "HOME" link) to be removed.

    If you look at my site the both are indistinguishable except for the fact that there is more padding above the copyright.

    http://www.mongkongclothing.com/store

    Thanks for the help!!!

  2. #2
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: Remove space around "HOME" in footer(bottom of page)

    Quote Originally Posted by MongkongClothing View Post
    Hello. I managed to remove the IP address and the "HOME" link from the bottom/footer of my website. I want to keep the padding around the copyright text but would like the extra padding above that(the padding that was around the "HOME" link) to be removed.

    If you look at my site the both are indistinguishable except for the fact that there is more padding above the copyright.

    http://www.mongkongclothing.com/store

    Thanks for the help!!!
    Mo,

    Locate this:
    includes/templates/MKCUSTOM/css/stylesheet.css


    1. What is happening is that you have gave the element a declaration in which three are affected
    2. You will half to separate out the one you want to control


    Find this:
    #navMain ul, #navSupp ul, #navCatTabs ul {
    line-height:1.5em;
    list-style-type:none;
    margin:0;
    padding:0.5em 0;
    text-align:center;
    }
    Change to this:
    #navMain ul, #navCatTabs ul {
    line-height:1.5em;
    list-style-type:none;
    margin:0;
    padding:0.5em 0;
    text-align:center;
    }

    #navSupp ul {
    line-height:1.5em;
    list-style-type:none;
    margin:0;
    padding:0.2em 0;
    text-align:center;
    }




 

 

Similar Threads

  1. remove the border around "call for price" and reposition "ask us" button
    By b90702098 in forum Setting Up Categories, Products, Attributes
    Replies: 0
    Last Post: 2 May 2012, 10:45 AM
  2. How to remove "New products for ..." from bottom centre of page?
    By ormcd in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 4 May 2011, 09:49 AM
  3. remove "home" in footer
    By pRS317 in forum Templates, Stylesheets, Page Layout
    Replies: 13
    Last Post: 28 May 2010, 02:14 AM
  4. How to remove ellipses ("...") after "All Products" and "New Products" on home page?
    By jthurman in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 18 May 2010, 03:30 PM
  5. how to move "contact us", "about us" etc to the bottom of page?
    By zc-newbie in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 10 Jul 2007, 07:20 AM

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