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

    (@agentevolution)

    1. Your theme is adding all the extra space. You’ll need custom CSS to override that. Something like this:

    .single-listing h1,
    .single-listing .page-wrap,
    .single-listing .page-wrap .content-wrapper {
    margin-top: 0;
    padding-top: 0;
    }

    2. Yes, again with custom CSS. You can find the HTML element to change using Inspect Element in your browser. Something like this:
    `.wplistings-single-listing .listing-image-wrap span.listing-status.active {color: rgba(0,0,0,.7);}

    3. You can hide it with CSS:
    .listing-lot-sqft {display: none;

    Thread Starter itsfalguni

    (@itsfalguni)

    Thank You, AgentEvolution!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How can I remove the awkward space about the Featured Image?’ is closed to new replies.