Listing Details Right Sidebar Sizing Issues with Cusotm Post Type

This topic contains 3 replies, has 3 voices, and was last updated by  Alex Rollin 4 years ago.

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

Open Support Ticket
  • Author
    Posts
  • #541254

    Ashley Moore
    Lifetime Member
    Post count: 23

    I have created a custom post type with no location (to list attractions that can operate virtually during lockdown). I am having a little trouble with the right sidebar on the listing pages not displaying correctly. Example below:
    https://www.scaredirectory.co.uk/virtual/the-pandora-network/

    It works fine for places and events.

    Any help would be greatly received.

    #541264

    Kor
    Moderator
    Post count: 16516

    Hi Ashley,

    Thanks for your post. Try inserting the custom CSS code below into WP > Appearance > Customize > Additional CSS and see if it fixes it.

    @media (min-width: 768px) {
    #listing-right-sidebar.col-md-4 {
        max-width: none;
    }
    }
    #541399

    Ashley Moore
    Lifetime Member
    Post count: 23

    Perfect, thank you. Out of interest is this simply an artifact of not having a location or something else at play?

    #541413

    Alex Rollin
    Moderator
    Post count: 27815

    The sidebar must include widgets or it will not show, that could have been the issue.

    It is showing now, is there still a problem?

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

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

Open Support Ticket