• This would be my third separate support thread/post, to maybe be completely ignored again.

    What I’m trying to now is simply have the Socket area small menu li {} listed on one line, and centered on the page. I’ve been at for hours – days – and haven’t not been able to do this. I’ve been trying display: inline; in every area I can see for ul li – nothing seems to change the footer socket being listed in separate lines.

    I’ve tried:

    .small-menu li {
    display: inline;
    list-style-type: none;
    }

    Which worked for a minute, then it reverted back to separate lines somehow.

    Please – I only need this assistance with this so I can finish a project. It’s the footer – as in the the bottom – the end.

    thank you

Viewing 1 replies (of 1 total)
  • Thread Starter blksheep

    (@blksheep)

    Also, when I use:

    .small-menu li {
    float: right;
    position: relative;
    display: inline;
    list-style-type: none;
    }

    The menu will be listed in one line on the right bottom; when I use float: left; the menu is on the left bottom. But when I use float: center; the menu is stacked on separate lines, and on the left bottom of the page, not the center.

Viewing 1 replies (of 1 total)
  • The topic ‘The Footer Socket Small Menu Lised in One Line, Centered.’ is closed to new replies.