Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS CSS Noob: Help with styling Reply To: CSS Noob: Help with styling

#286727
Paulie_D
Member

The styling seems to be coming from

.geodir-categories-container ul {
    display: inline-block;
    width: 33%; /* remove this */
    min-width: 185px; /* and this */
    list-style: none !important;
    padding: 0 !important; /* perhaps adjust this */
    margin: 0;
    vertical-align: top;