HR in-between custom fields in GD Output Location on GD Details page

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

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

Open Support Ticket
  • Author
    Posts
  • #486856

    Tony Bellens
    Full Member
    Post count: 254

    Hi,

    how would I get horizontal lines in-between the fields in the sidebar as you have in the Supreme Directory template? I attached a screenshot.

    Thank you,
    Tony

    #486908

    Kor
    Moderator
    Post count: 16516

    Hi Tony,

    Thanks for your reply. Try using the custom CSS code below and see if it’s what you’re looking for.

    .geodir_post_meta {
        border-top:1px solid #75757526
    }
    #487065

    Tony Bellens
    Full Member
    Post count: 254

    Hi Kor, afraid that doesn’t do anything. I added the info by adding the GD Output Location widget in the sidebar.

    Example:
    http://gdatest05.website/places/thailand/phuket/pa-tong/pubs/irish-times-pub-phuket/

    So how would I get e hr or seperator between each field as you have in the Supreme theme?

    Thank you,
    TOny

    #487113

    Kor
    Moderator
    Post count: 16516

    Hi Tony,

    Thanks for your reply. Yes, that’s what the code does. Maybe you can replace the code above with the below and see if it works? If it still doesn’t do anything, share your Website WP admin access here in private reply and we’ll check it out.

    
    .geodir_post_meta {
        border-top:1px solid #75757526!important;
    }
    #487124

    Tony Bellens
    Full Member
    Post count: 254

    Hi Kor, that works, thanks. Changed it to

    
    .geodir_post_meta {
        border-bottom:1px solid #75757526!important;
        padding: 10px;
    }
    

    Thank you,
    Tony

    #487174

    Kor
    Moderator
    Post count: 16516

    Hi Tony,

    You’re Welcome and have a nice weekend.

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