• Resolved allthatjess

    (@allthatjess)


    There is a weird empty space on the left side of the content in my single listing page. How can I remove it? I tried editing the acadp-public-listing-display.php file so that

    <!– Main content –>
    <div class=”<?php echo $has_sidebar ? ‘col-md-8’ : ‘col-md-12’; ?>”>

    became

    <!– Main content –>
    <div class=”col-md-12″>

    but that didn’t work. It only moved the right side bar with the listing contact info to the bottom but the space on the left remained there. I’m not a coder (I only do front-end design with the help of Visual Composer) so I’d really appreciate your help here. Thanks!!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author pluginsware

    (@pluginsware)

    Hi,

    Our Individual listing pages are Custom Post Type “acadp_listings” and they cannot be found under “WordPress => Pages”. Kindly check “STEP 8: CONFIGURE SINGLE LISTING PAGE” section under https://pluginsware.com/documentation/getting-started/ to see how the listing detail page is designed. Normally the layout for posts is controlled by single.php of your theme. Since ACADP listings are Custom Post Type “acadp_listings”, they will use the same post template(single.php). So, you can Override the single post template(single.php) from your theme, like “single-acadp_listings.php” and do your changes inside this file. Kindly refer https://developer.www.ads-software.com/themes/basics/template-hierarchy/#single-post

    Also, please check with your theme support team for sidebar assignment.

    Thanks

    Thread Starter allthatjess

    (@allthatjess)

    Hi,

    I stopped working at this for a little bit but now have to revisit it. I realized today that the empty space is not there when I haven’t uploaded any images onto the listing. It’s once the photos are uploaded that the space on the left appeared. Do you think you could help me locate and fix this problem? Thanks!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Empty Space in Single Listing Page’ is closed to new replies.