Home › Forums › CSS › CSS Noob: Help with styling › Reply To: CSS Noob: Help with styling
April 23, 2019 at 2:59 am
#286727
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;