CPT Categories Layout

This topic contains 8 replies, has 3 voices, and was last updated by  Paolo 8 years ago.

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

Open Support Ticket
  • Author
    Posts
  • #180444

    don quixote
    Expired Member
    Post count: 667

    Please take a look at the Categories under Places in Miami>http://www.supremecityguides.com/location/united-states/florida/miami/

    Bit awkard the the location of the category Venue!

    Can this layout look be improved?

    #180522

    don quixote
    Expired Member
    Post count: 667

    isn’t this how the layout should be? > http://wpgeo.directory/location/united-states/

    #180525

    Kor
    Moderator
    Post count: 16516

    Hi Jorge,

    I’ve just checked your Website and it seems to look fine on my end. Do you mind sharing a screenshot of what you are trying to achieve? Are you trying to add a little bit more space to the category items? Try the custom CSS code below and see if it’s what you’re looking for.

    
    
    .gd-cptcat-ul.gd-cptcat-parent.gd-cpt-flat li a {
        margin-top: 20px;
    }

    Thanks!

    #181017

    don quixote
    Expired Member
    Post count: 667

    Thanks Kor!

    I added the code but didn’t correct.

    Take a look at the categories under Places and look for Venues.

    Q1) Why is Venue at where it is? Kind of odd that it is displaying under Places To Stay. I would of expected it (Venues) be located at the far left under the Nightlife category…
    Maybe as I add more categories this will change.

    Your thoughts?

    Thanks
    Jorge

    #181177

    Kor
    Moderator
    Post count: 16516

    Hi Jorge,

    Unfortunately, changing the category positions isn’t something that’s currently possible out of the box. It’s a cool idea, though, I’ll go ahead and add it to the official request list on your behalf so it can get reviewed for a future update by our development team.

    Thanks!

    #181180

    don quixote
    Expired Member
    Post count: 667

    No Kor… I am not asking to change the “category positions”. What I said was & is that it is odd where Venue was located.
    Look now that I added another Category> http://www.supremecityguides.com/location/united-states/florida/miami/

    The Venue category moved to the far left but look where the Shopping category is located. Just does not look right….

    Maybe you can run this by Paolo see what he thinks… I will not add any other categories so he can see it just the way it is now….

    No rush….

    Thanks

    #181197

    Paolo
    Site Admin
    Post count: 31206

    Hi,

    the layout problem is created by an uneven number of sub-category for the last 3 elements (Places to stay, Shopping and Venues).

    If all had the same number of subcategory it would look better.

    Adding this to your custom css will fix this specific situation:

    
    
    .gd-cptcat-ul.gd-cptcat-parent.gd-cpt-flat {
        width: 18%;
    }
    .gd-cptcat-gd_place ul:last-child {
        clear: both;
    }

    However if you add new catgeories or sub-categories that css could become useless and something else would need to be added to adapt it.

    Thanks

    #181202

    don quixote
    Expired Member
    Post count: 667

    Thanks Paolo…

    So I guess I should I wait to add the above code until I have created most if not all of Categories…..

    Thanks

    #181206

    Paolo
    Site Admin
    Post count: 31206

    That’s correct.

    Thanks

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

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

Open Support Ticket