Organising the Category area in Places page

This topic contains 5 replies, has 2 voices, and was last updated by  Guust 5 years ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #485421

    wood2e
    Free User
    Post count: 41

    Hi

    I have a layout issue, which I am hoping to adjust.

    See here: https://www.screencast.com/t/RJ5QFeQKTQH9 . the categories are not laying correctly/cleanly

    See here: before and after is what I am trying to achieve.

    https://projects.invisionapp.com/share/X8NBI3BW7KY#/screens/362386513_Popular-Cat

    I used inspected area and then adjusted the CSS in the ‘inspection console’

    .geodir_full_page .geodir-cat-list ul li {
    width: 15%; – This was adjusted in console
    padding-left: 15px;
    }

    .widget ul li + li, .widget ul li > ol, .widget ul li > ul {
    margin-top: 0px; – This was adjust in console
    }

    .geodir-cat-list ul li {
    float: left;
    margin-right: 1%; – This was adjusted in console.
    font-size: 13px;
    padding: 6px 0;
    padding-left: 0px;
    }

    This adjusted the layout to what I need 🙂 . But not sure where i should adjust the CSS? Or whether I should at all?

    Should I try and adjust in Custom CSS?

    #485432

    Guust
    Moderator
    Post count: 29970

    You can add the CSS is Customizer > Additional CSS, or install a CSS plugin.
    Thanks

    #485435

    wood2e
    Free User
    Post count: 41

    oh right so if I just paste the CSS above into Custom CSS it will overrule/write the existing CSS?

    #485436

    Guust
    Moderator
    Post count: 29970

    It should do, if targeted correctly.
    You should never adjust files of plugin or themes directly, because those changes will be lost in the next update.

    Thanks

    #485438

    wood2e
    Free User
    Post count: 41

    No I know that is why I was asking about the custom CSS

    Anyway I have pasted all of it in, and it works?!?! Never had that before, maybe i am thinking to much 🙂

    Thanks

    #485440

    Guust
    Moderator
    Post count: 29970
Viewing 6 posts - 1 through 6 (of 6 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket