How do I center this horizontal list within a fixed div?

David Hewitt

I have a UL element containing 4 icons within a div that is using absolute positioning to pull it to the bottom of the screen. That div is contained within a fixed sidebar.

I have used display: inline on the list items to give me a horizontal list.

Here is my code running on bootply to demonstrate the problem I'm having. The 4 icons are offset to the right slightly when they should be central:

http://bootply.com/76539

Other content put in the sidebar has no issues with being central. It's just this list.

I have tried quite a lot of methods of trying to get the icons central within the sidebar and none of them seem to be working. I have tried inline-block and float:left on the list items and seem to be getting the same result.

Can anyone see the mistake here? I'm sure there's something simple I've missed.

user2711047
#social-icons ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

Also you wrote text-align: c instead of text-align: center

I also edited your example: link

この記事はインターネットから収集されたものであり、転載の際にはソースを示してください。

侵害の場合は、連絡してください[email protected]

編集
0

コメントを追加

0

関連記事

分類Dev

How do I center an element within a div with another element nearby?

分類Dev

How do I set a Fixed Height and Width to a div

分類Dev

How do I make the galleries horizontal and no list style type?

分類Dev

How do I horizontally center a span element inside a div

分類Dev

How do I center text inside of a div with Foundation?

分類Dev

How do I find count of class within a DIV

分類Dev

How do I toggle the background colors within a list of divs?

分類Dev

How do i sum the second element of a tuple within a list of lists?

分類Dev

How to vertically center align the bottom of a horizontal list of items of varying heights

分類Dev

How do I target a div that comes directly after another div and they're both within the same parent div?

分類Dev

How to center the horizontal axis

分類Dev

How to place images side by side within a fixed width div

分類Dev

css horizontal overflow within a div

分類Dev

How do I append a div to another div with a specific id within the scope of a function

分類Dev

Absolute vertical and horizontal center text in responsive div

分類Dev

How do I separate multiple items within a div class into separate lists?

分類Dev

Center fixed div with dynamic width (CSS)

分類Dev

Unable to center div horizontally, position fixed involved

分類Dev

How do I center a rectangle on a canvas

分類Dev

How do I reference the center of a textblock with CSS?

分類Dev

How do I center an absolutely positioned element?

分類Dev

Bootstrap 4 - How to make a div without a fixed height scroll within another div whose height is set to 100%

分類Dev

How do I check membership of items in a dict and list, within nested for loops?

分類Dev

how to align center to page of which child div has some fixed width

分類Dev

How can I make my div's appear in a horizontal way?

分類Dev

How do I record inputs within a for loop?

分類Dev

How do I link within an object/array?

分類Dev

How do I use <ValidationMessage> within a component

分類Dev

How do you easily horizontally center a <div> using CSS?

Related 関連記事

  1. 1

    How do I center an element within a div with another element nearby?

  2. 2

    How do I set a Fixed Height and Width to a div

  3. 3

    How do I make the galleries horizontal and no list style type?

  4. 4

    How do I horizontally center a span element inside a div

  5. 5

    How do I center text inside of a div with Foundation?

  6. 6

    How do I find count of class within a DIV

  7. 7

    How do I toggle the background colors within a list of divs?

  8. 8

    How do i sum the second element of a tuple within a list of lists?

  9. 9

    How to vertically center align the bottom of a horizontal list of items of varying heights

  10. 10

    How do I target a div that comes directly after another div and they're both within the same parent div?

  11. 11

    How to center the horizontal axis

  12. 12

    How to place images side by side within a fixed width div

  13. 13

    css horizontal overflow within a div

  14. 14

    How do I append a div to another div with a specific id within the scope of a function

  15. 15

    Absolute vertical and horizontal center text in responsive div

  16. 16

    How do I separate multiple items within a div class into separate lists?

  17. 17

    Center fixed div with dynamic width (CSS)

  18. 18

    Unable to center div horizontally, position fixed involved

  19. 19

    How do I center a rectangle on a canvas

  20. 20

    How do I reference the center of a textblock with CSS?

  21. 21

    How do I center an absolutely positioned element?

  22. 22

    Bootstrap 4 - How to make a div without a fixed height scroll within another div whose height is set to 100%

  23. 23

    How do I check membership of items in a dict and list, within nested for loops?

  24. 24

    how to align center to page of which child div has some fixed width

  25. 25

    How can I make my div's appear in a horizontal way?

  26. 26

    How do I record inputs within a for loop?

  27. 27

    How do I link within an object/array?

  28. 28

    How do I use <ValidationMessage> within a component

  29. 29

    How do you easily horizontally center a <div> using CSS?

ホットタグ

アーカイブ