html - Center ul without div -


im trying center circles (carousel indicators) on page. tryed all, width 100%, margin auto, nothing work.

i dont have more ideas.

looking @ page, don't see circles not centered. regards centering ul without div, can via css.

example, css:

#carousel-indicators li {     list-style:none;     float:left;     text-align:center;     height:110px;     overflow:hidden; } 

then @ ul, specify

<ul id="carousel-indicators";> 

this not tested on carousel-indicators work image , text content under ul , li tags.


Comments

Popular posts from this blog

php - Zend Framework / Skeleton-Application / Composer install issue -

c# - Better 64-bit byte array hash -

python - PyCharm Type error Message -