• https://liferature.com

    Hey guys, I’m using 2010 weaver theme. I want to know how to change the width of menu bars. On of my menu bars “categories” has a drop down sub menu, and one of it has a longer content which made the bar nigger than the rest. I dun want this so i thought of changing the width of all the menu bars, I know its some where in the CSS code, just need someone to put out where. Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • I do not think you change the width as it as wide as your page is 942px wide.

    Thread Starter Zhou

    (@zhouhao)

    Well I managed to change the width of the sub menu, which basically solved the problem, now that particularly long sub under Categories display as one line. I just kept trying and testing till i come to this:

    #access ul ul a,
    #access2 ul ul a {
    	background: #333;
    	line-height: 1em;
    	padding: 10px;
    	width: 181px;
    	height: auto;

    Then Changing the width will change the width of sub menu. Oh yay.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Changing Width of Menu Bar’ is closed to new replies.