I think this is the CSS responsible:
I would hazard a guess that float: left is no longer there.
Thanks, found navigation.css by template search, the float: left; was still there,Template search
#AccountMenu .menuColumns ul
I think Shelley has identified the area we need to look at, but from messing around with the link you sent me by PM, that code is definitely there and is set to 274px;check that you haven't modified the width in extra.css
it should be the following
Code:#AccountMenu { width: 274px; }
#AccountMenu {
width: 275px;
}
check that you haven't modified the width in extra.css
it should be the following
Code:#AccountMenu { width: 274px; }
If you change the code to:
Code:#AccountMenu { width: 275px; }
It seems to display fine.
I think Shelley has identified the area we need to look at, but from messing around with the link you sent me by PM, that code is definitely there and is set to 274px;
I can only assume that somewhere else, however, some padding has been applied or similar that is pushing it beyond that width.
If you change the code to:
Code:#AccountMenu { width: 275px; }
It seems to display fine.
.blockLinksList a, .blockLinksList label {
padding: 5px 10px;
}
We use essential cookies to make this site work, and optional cookies to enhance your experience.