How can I center the popular category links in supreme theme ?

This topic contains 4 replies, has 2 voices, and was last updated by  farkry 6 years, 5 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #406639

    farkry
    Buyer
    Post count: 2

    Hi, I’m using supreme theme and in the home top section, the default layout is link icons to your listed categories.

    If you have 5 categories then they center by default, is there any way to center those if you have fewer categories ? say 2 or 3 ?

    Thanks

    #406645

    Kor
    Moderator
    Post count: 16516

    Hi Farkry,

    We can use custom CSS to achieve that. Please share the URL of the site in question so we can take a better look at it and also WP temp admin access to your site. You can post the details here using the private reply option below.

    Thanks!

    #406657

    farkry
    Buyer
    Post count: 2
    This reply has been marked as private.
    #406661

    Kor
    Moderator
    Post count: 16516

    Hi farkry,

    Just insert the custom CSS code into GD > Design > Scripts > Custom Style CSS to achieve what you needed there.

    
    
    .geodir-cat-list ul li {
        float: none!important;
        display: inline-block!important;
    }
    #406663

    farkry
    Buyer
    Post count: 2

    Fantastic … that did the job, Maximum thanks !

Viewing 5 posts - 1 through 5 (of 5 total)

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

Open Support Ticket