Alignment of Tags – Category

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

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

Open Support Ticket
  • Author
    Posts
  • #390470

    fvwd
    Expired Member
    Post count: 5

    Hello,

    I am using the YouTheme, by Acoda which has been compatible with everything we use. However, I have only one snag with Geo Directory and wondering if you may have a quick fix for me.

    In a business listing, the Places Tags are not aligning properly to the left. We tried some css but, that did not do the trick. Do you have a CSS script that will force the tags to align to the left. Please see the attached image that shows the alignment in a sample listing.

    Thank you in advance for your assistance.

    Colin

    #390472

    Guust
    Moderator
    Post count: 29970

    Please send us the URL of that page, code cannot be inspected from images.
    You can post it in a private reply if you like.

    Thanks

    #390473

    fvwd
    Expired Member
    Post count: 5
    This reply has been marked as private.
    #390474

    fvwd
    Expired Member
    Post count: 5
    This reply has been marked as private.
    #390481

    Guust
    Moderator
    Post count: 29970

    Try this CSS:

    
    
    .geodir-tags {
        float: left;
        clear: both;
    }

    Thanks

    #390514

    fvwd
    Expired Member
    Post count: 5

    Thank you Guust, very much appreciated!!!!!

    Do you have a CSS for hiding the page title on the directory pages? I am able to disable it within my theme on every page, but I can’t get it to disappear on the directory portion.

    The business name shows twice on the page as you can see and I want it removed from the blue sub heading bar that also has the breadcrumbs which we want to keep site wide.

    Thanks….

    Colin

    #390520

    Guust
    Moderator
    Post count: 29970

    Try

    .post-titles {display: none;}

    Please review https://wpgeodirectory.com/docs/customizing-your-style/ for future reference.

    Thanks

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

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

Open Support Ticket