• Gadgetgod

    (@gadgetgod)


    Hi,

    Please take a look at my website : https://www.coolest-tech.com

    If you scroll down a little bit, in the right hand column you will see a list of categories for my posts. You will also notice that the categories overlap each other and dont really fit in properly.

    Is there any way i could fix this?
    Thank you for your time,
    -GG

Viewing 2 replies - 1 through 2 (of 2 total)
  • esmi

    (@esmi)

    Edit style.css:

    #sidebar .widget_categories ul li, #sidebar .widget_archive ul li, #sidebar .widget_links ul li {
        display: inline;
        float: left;
        margin-left: 10px;
        width: 104px;
    }

    and remove display: inline;, float: left; and width: 104px;.

    Thread Starter Gadgetgod

    (@gadgetgod)

    Thank you esmi ??
    Although the list takes up alot of room now it looks alot neater and more professional, thank you for your time! (:

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Categories list problem’ is closed to new replies.