How to tweak layout of page that lists all rentals

Easy Property Listings WordPress Real Estate Plugin Forums Basic Support How to tweak layout of page that lists all rentals

Tagged: , ,

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

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

  • Author
    Posts
  • #2934
    Mandothrasher
    Spectator

    Hi,

    I’m using a WP theme called Smartbox along with EPL for a property management company. We are using EPL to show the apartments and houses we have for rent. EPL seems to work great with the Smartbox theme, except for the page that shows a list of all the properties for rent (/rental/). I’m a novice WP developer at best. I have poked around inside the plugin to find where to tweak the layout and positioning of the rental fields as they display down the page. Can you direct me to the correct place to alter the layout? The problem is that the address field is jammed up against the other fields and looks sloppy, there also seems to be an issue with indentation before each item. I’m attaching a screen grab. Thanks

    Attachments:
    You must be logged in to view attached files.
    #2981
    Merv Barrett
    Keymaster

    You will need to follow this tutorial as your theme may have some CSS that is causing the layout issues. We can assist you with a priority support request.

    Also a URL to your site can help me with assiting you with a solution too.

    #2983
    Mandothrasher
    Spectator

    Here’s the url

    http://bcparker.com/rental/

    Thanks

    #2987
    Merv Barrett
    Keymaster

    This is a simple CSS fix with your theme. Add the following to the end of your style.css file of your theme and it should fix the float issue.

    .epl-property-blog .entry-content {
        float: none;
    }
    #2992
    Merv Barrett
    Keymaster

    This is a simple CSS fix with your theme. Add the following to the end of your style.css file of your theme and it should fix the float issue.

    .epl-property-blog .entry-content {
        float: none;
    }

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

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