List View

This topic contains 6 replies, has 3 voices, and was last updated by  Carol Chu 7 years, 9 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #263523

    Carol Chu
    Expired Member
    Post count: 22

    Is there a way to move the reviews, favorite and pinpoint links up in the list view so it’s with the rest of the information and not down at the bottom?

    #263544

    Guust
    Moderator
    Post count: 29970

    That screenshot suggests you need to tweak your CSS a bit.
    Have a go as per https://wpgeodirectory.com/docs/customizing-your-style/
    or post the URL of that page – images cannot be debugged.

    #263554

    Carol Chu
    Expired Member
    Post count: 22
    #263587

    Guust
    Moderator
    Post count: 29970

    The error comes from your theme.
    Try adding this CSS:

    .geodir-listview article {display: inline;}

    Let us know how you went.

    #263590

    Carol Chu
    Expired Member
    Post count: 22

    It still appears in the footer when I apply that code.

    #263611

    Kor
    Moderator
    Post count: 16516

    Hi Carol,

    Could you try using this one instead? Let us know if that works.

    
    
    .geodir-category-listing .geodir-entry-meta {
        clear: none;
    }

    Thanks!

    #263953

    Carol Chu
    Expired Member
    Post count: 22

    That worked great!
    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