• Hi,

    the single property page is full-width structure which I don’t desire. I desire to fit it in my Theme’s container box like the rest of the website, keeping it consistent. This issue is driving me crazy it been 3 days, trying to fix it. It reached with me to Custom CSS coding which I have no experience in but tried my best and still no effect what so ever. Why this page is the only page with no shortcode. How can I fix this Issue, even better I can give you a username and password? This plugin is awesome, just this issue that nobody solved it and posted the solution for it.

    thanks.

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author g5theme

    (@g5theme)

    Your link doesn’t work: https://prnt.sc/uwks28
    And tell me what your theme using?

    Hi, I am having the same challenge with the individual property page as it is full width. Please help.

    Same problem for me.
    https://teracon.ca/property/129-rue-maple-chateauguay/
    With The PRO theme from theme.co

    saferestatecom

    (@saferestatecom)

    I have this same problem on my Website, I fix it in this:

    Add in Custom CSS: (chande dimension If you need) I use Ocean WP + Lingerie

    .quantity .minus {
      background-color: #cfcbcb;
    }
    
    .quantity .plus {
      background-color: #cfcbcb;
    }
    
    #main {
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
      margin-right: auto;
      margin-left: auto;
    }
    
    #container {
      float: left;
      width: 72%;
    }
    
    @media (min-width:576px) {
      #main {
        max-width: 540px;
      }
    }
    
    @media (min-width:768px) {
      #main {
        max-width: 720px;
      }
    }
    
    @media (min-width:992px) {
      #main {
        max-width: 960px;
      }
    }
    
    @media (min-width:1200px) {
      #main {
        max-width: 1140px;
      }
    }
    
    @media (min-width:1500px) {
      #main {
        max-width: 1500px;
      }
    }

    hey!saferestatecom
    It goes to left align. How can the middle align?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘ERE Single Property Page’ is closed to new replies.