Adding horizontal line between listings

Easy Property Listings WordPress Real Estate Plugin Forums Premium Support Adding horizontal line between listings

Tagged: 

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

These forums are closed to new replies / tickets. Please open a support ticket from our new Support page.

  • Author
    Posts
  • #13535
    billy
    Spectator

    Hi Merv, I’d like to add a simple horizontal line using the <hr /> tag between listings, but sticking the tag anywhere on my front-page.php just puts it at the beginning or end of the whole page. I need it to repeat. Can you give me a clue here?

    While I’m at it I’d like to know how I can modify the shortcode output if possible… not the CSS, but say I wanted to move pieces of it around so that the description came after the excerpt (just as an example)… where could I do this? I’m already using a shortcode as you suggested like so: [listing_category post_type="property, commercial, business, land, rural, commercial land" category_key="property_featured" category_value="yes" limit=5]

    Thanks

    #13568
    Merv Barrett
    Keymaster

    Just use CSS. he hr tag is outdated.

    you can easily add a line below listings with a border in CSS

    .epl-property-blog {
    	border-bottom: 1px solid #ccc;
    }

These forums are closed to new replies / tickets. Please open a support ticket from our new Support page.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Premium Support’ is closed to new topics and replies.