Results 1 to 4 of 4

Hybrid View

  1. #1
    Join Date
    Aug 2008
    Posts
    2
    Plugin Contributions
    0

    Default Odd Thin Box At Bottom Of Home Page

    Hello,
    I'm using the latest zen version with Alysa Rounded template. Down at the bottom of the home page is a box or bar with a border around it that I can't figure out how to remove. It's only on the home page. It showed up after I changed the colors of the site. Looked at a lot of pages and just can't locate what it is or what needs to be modified to make it disappear. Any suggestions would greatly appreciated. URL is www.highlandpark.website

  2. #2
    Join Date
    Feb 2009
    Location
    UK
    Posts
    1,303
    Plugin Contributions
    1

    Default Re: Odd Thin Box At Bottom Of Home Page

    It looks as though it is styled in your stylesheet_module_tabs.css file

    Code:
    #moduleMenu-wrapper {
        border: 1px solid #d8e1c6;
        width: 95%;
        margin: 0 auto;
            margin-top: 0px;
        background: #BEB58F;
        -moz-border-radius: 0px 5px 5px 5px;
        -webkit-border-radius: 0px 5px 5px 5px;
        -khtml-border-radius: 0px 5px 5px 5px;
        border-radius: 0px 5px 5px 5px;
        margin-top: 65px;
    }
    If you don't need it then you could change it to

    Code:
    #moduleMenu-wrapper {
       display:none;
    }

  3. #3
    Join Date
    Feb 2009
    Location
    UK
    Posts
    1,303
    Plugin Contributions
    1

    Default Re: Odd Thin Box At Bottom Of Home Page

    Actually, in case you did want to use the existing styling in the future you could just add display:none to the existing code

    Code:
    #moduleMenu-wrapper {
        border: 1px solid #d8e1c6;
        width: 95%;
        margin: 0 auto;
            margin-top: 0px;
        background: #BEB58F;
        -moz-border-radius: 0px 5px 5px 5px;
        -webkit-border-radius: 0px 5px 5px 5px;
        -khtml-border-radius: 0px 5px 5px 5px;
        border-radius: 0px 5px 5px 5px;
        margin-top: 65px;
        display:none;
    }

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

    Default Re: Odd Thin Box At Bottom Of Home Page

    Thank you! That was it.

 

 

Similar Threads

  1. Webring code at bottom on home page
    By irishshopper in forum Basic Configuration
    Replies: 2
    Last Post: 20 Oct 2010, 08:06 PM
  2. adding in a 'home' and 'Page Top' link to bottom of product listing page
    By Sushigal in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 28 Jun 2010, 03:09 PM
  3. Problem with odd link showing up on home page..
    By JennH in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 21 Apr 2010, 12:48 AM
  4. Very odd looking admin log in and home page
    By teddybear in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 24 Nov 2007, 05:49 PM
  5. remove thin line from bottom of page in IE
    By ellis200200 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 12 Jul 2006, 05:44 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