Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 2008
    Location
    Flint, Michigan
    Posts
    687
    Plugin Contributions
    0

    Default Need help with Menu/categories

    I am using horizontal drop down menu for my categories. I have 13 top categories. I am having difficulties trying to get top category to line up across and down. They are also too far over to left and when I try to move messes up entire line.

    Any suggestions on how to make this better? Idea's would be greatly appreciated!

    Thanks,
    Kim
    www.burnerbooks.com

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

    Default Re: Need help with Menu/categories

    In stylesheet_header_menu.css, find this
    Code:
    div#dropMenu {
    	position:relative;
    	width: 100%;
    	height: 25px;
    	margin-top: -4.5px;
    	/*margin-top: -1px;  */
        text-align:left;
    	z-index: 1000;
    	font-family: Lucida Sans;
    	}
    and replace the width with padding-left:
    Code:
    div#dropMenu {
    	position:relative;
    	padding-left: 2.5em;
    	height: 25px;
    	margin-top: -4.5px;
    	/*margin-top: -1px;  */
        text-align:left;
    	z-index: 1000;
    	font-family: Lucida Sans;
    	}
    The width needs to go because explicitly defining width forces margins or padding to be added to that width (i.e. 100% + 2.5em, or wider than the full width). Divs will be 100% width by default, and letting them be natural lets the margin/padding fit inside the container.

 

 

Similar Threads

  1. v155 menu help please....need just categories
    By Hollywood691 in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 6 Aug 2016, 06:43 AM
  2. Need help with categories menu ...
    By NYsista872 in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 2 Apr 2010, 07:24 PM
  3. need help with menu leyout
    By CJScorpus in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 17 Dec 2009, 10:10 PM
  4. Need help with stylesheet - Need to delete the categories
    By annav in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 12 Jun 2009, 12:41 PM
  5. need help with navigation menu
    By MadPricerSales in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 1 Sep 2006, 07:25 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