• Hello,

    I am having a couple of issues with my page layout of properties that hopefully you can advise on;

    The page is too wide and goes right to the edge of the screen. How can i bring this in line with the borders on the rest of the site?

    The property title and price does not show too well on some desktops as the top part is hidden behind the menu bar.

    Underneath the properties I am getting what look like widnes showing all the pages on the website, categories and archives and i can not seem to find how to remove these.

    Hope you can help!

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

Viewing 15 replies - 1 through 15 (of 37 total)
  • My guess would be that is the template problem. Try using a different template and see if the issue is still there.

    I used custom css to make the page width smaller.

    Try adding this to your custom css.

    #container {
    width: 65% !important;
    }

    I am having the same issues with my page layout.

    The page the reviews goes right to the edge of the screen. How can i bring this in line with the borders on the rest of the site? I tried a different template and it did not change anything.

    https://bit.ly/2nnJsXL

    WP Version 4.9.1

    Hope you can help?

    .single-property #container {
    width: 75%;
    float: left;
    }

    .single-property #secondary {
    width: 25%;
    float: right;
    }
    .ast-container #secondary {
    width: 25%;
    float: right;
    }

    .ere-archive-property.archive-property {
    width: 75%;
    float: left;
    }

    #property-4.ere-property-wrap.single-property-area.content-single-property.post-4.property.type-property.status-publish.hentry.property-feature-2.ast-article-single {
    margin-left: 15px;
    }

    @media screen and (min-width:100px) and (max-width:640px) {
    .single-property #container {
    width: 100%;
    }

    .single-property #secondary {
    width: 100%;
    }

    .ast-container #secondary {
    width: 100%;
    }

    .ere-archive-property.archive-property {
    width: 100%;
    }
    }

    #secondary.widget-area.secondary {
    padding: 15px;
    bottom: 32px;
    }

    .ast-container {
    width: 95%;
    }
    also mobile responsive, enjoy

    Dobriku, thank you very much for the quick reply, I added the code but nothing changed.

    well it works on any clear installation… who know what did u break in your theme or plugin ??

    Dobriku,

    What theme are you using? I’m using the divi theme but all the functionality doesn’t work. Pictures don’t show up, features don’t work.

    You can check it out here. Vilaggio.net

    i use free astra theme , if u use divi with licence consider to contact divi develpers to help you

    Send me a link to your site, I’d like to see it.

    I have contacted Divi and the developer of the ERE plugin directly, both say the other product is broken. That’s why I’m testing new themes.

    https://bit.ly/2AqlHmL
    This is a child theme of Divi. Version: 3.0.87
    WordPress Version 4.9.1
    WP Custom Reviews Version 3.1.5

    I wanted to see dobriku’s site, seems it’s in Russian. dobriku, do you have a real estate website?

    Well it’s empty yet, but you can check the layout https://budova.pp.ua/

    Not bad, how did you get the side features? my site only has the property listing, no widgets.

    https://www.vilaggio.net

    My site does have nice search features with a map, check it out.

    jcpenatx: Are you selling glass or real estate?

    Glass

Viewing 15 replies - 1 through 15 (of 37 total)
  • The topic ‘Page Layout Problems’ is closed to new replies.