Last item wraps

Post your questions and problem reports here.

Last item wraps

Postby keychange » Wed Mar 06, 2013 5:47 am

I had this problem before and can't remember the fix but when I add the menu to a WP header the last item wraps to the next line and so I have to make the <ul id="mbkeymenuebul_table" class="mbkeymenuebul_menulist css_menu" style="width: 546px; height: 34px;"> width 30px wider and then you the last item sitting out on the end of the menu bar like a shag on a rock - see http://www.keychange.com.au/mortgage-broker/
keychange
 
Posts: 24
Joined: Wed Oct 26, 2011 6:33 am

Re: Last item wraps

Postby Aivars » Wed Mar 06, 2013 10:29 am

The problem seems to be with http://www.keychange.com.au/wp-content/ ... ss?ver=3.5 which adds in line 31:
Code: Select all
li {
    margin-left: 30px;
}


My suggestion would be to override this by adding somewhere in any of the css files:

Code: Select all
li.topitem {
    margin-left: 0;
}
Blumentals Software Programmer
User avatar
Aivars
Blumentals Software Developer
 
Posts: 2453
Joined: Thu Aug 22, 2002 1:40 pm
Location: Latvia

Re: Last item wraps

Postby keychange » Wed Mar 06, 2013 12:03 pm

I entered that in the menu CSS and that hasn't worked so I added to the WP theme CSS and still no luck
keychange
 
Posts: 24
Joined: Wed Oct 26, 2011 6:33 am

Re: Last item wraps

Postby keychange » Wed Mar 06, 2013 12:15 pm

So I edited the WP style.css to
{ list-style: disc; }
li { margin-left: 0px; }


and still no better (I am away from desk and viewing on ipad - not sure if that could be effecting what I see)
keychange
 
Posts: 24
Joined: Wed Oct 26, 2011 6:33 am

Re: Last item wraps

Postby keychange » Wed Mar 06, 2013 12:16 pm

So I edited the WP style.css to
{ list-style: disc; }
li { margin-left: 0px; }


and still no better (I am away from desk and viewing on ipad - not sure if that could be effecting what I see)
keychange
 
Posts: 24
Joined: Wed Oct 26, 2011 6:33 am

Re: Last item wraps

Postby keychange » Wed Mar 06, 2013 12:21 pm

sorry using chrome and even after deleting cache it not refresh properly I checked in Safari and your suggestion has worked thanks for that
keychange
 
Posts: 24
Joined: Wed Oct 26, 2011 6:33 am


Return to Easy Button & Menu Maker Support

Who is online

Users browsing this forum: No registered users and 12 guests

cron