Thread: Footer help

Results 1 to 6 of 6

Hybrid View

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

    Default Footer help

    I am using the EZ Pages Footer mod to help with my footer setup.

    Here is my site http://www.testmulberry.com

    I am trying to have the footer look simple, clean, and effective. As it stands now, it looks unstyled, and messy.

    I How can I get some space in between the links and the dotted divider?

    I also need to change the background color of the footer from that light grey to a different color, and I would also like to get the IP address and powered by zencart JUST below these links to make the bottom part of the page look like it flows nicely.

    Thanks for the help!!

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Footer help

    There is a style sheet specifically for this
    Maybe try making these center versus left
    Code:
    #navSupp .ezpagesFooterCol li {display: block; text-align: left;}
    Zen-Venom Get Bitten

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

    Default Re: Footer help

    Excellent!

    I can't find how to change the light grey background behind the links. This should be in the .css correct?

  4. #4
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Footer help

    Quote Originally Posted by davisz View Post
    Excellent!

    I can't find how to change the light grey background behind the links. This should be in the .css correct?
    open stylesheet_ezpages_footer_colmns.css

    find the follwing rule and change the background color

    #navSupp {background: #eeeeee;}

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

    Default Re: Footer help

    Hmm,
    I tried that earlier, and it changed the surrounding white space to my new color.

    Another try, and it worked.

    Thanks a lot

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

    Default Re: Footer help

    and I would also like to get the IP address and powered by zencart JUST below these links
    Change the height to just fit the links you have, or eliminate it if the columns will all have the same number of links.
    .ezpagesFooterCol ul {
    border-left: 1px solid #000000;
    float: left;
    height: 5.2em;
    margin: 0.3em;
    padding: 0;
    width: 95%;
    }

    For more help, please post in the support thread so questions and answers will be collected in one place and easier to find.

 

 

Similar Threads

  1. Footer help
    By LuminousGlow in forum General Questions
    Replies: 2
    Last Post: 23 Mar 2013, 01:18 AM
  2. Help: Footer Disappeared
    By layoyo in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 18 Oct 2008, 02:27 AM
  3. Images in footer help
    By LissaE in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 17 Jul 2008, 06:23 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