Support » Plugin: Essential Real Estate » all about single property page

  • marvinsites

    (@marvinsites)


    Hi,

    I having a problem regarding the width of single property, I would like to know how can I change the width. my goal is to have a column on the side of the carousel for property page.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • saferestatecom

    (@saferestatecom)

    try add this css code in Custom CSS, and change value for self. On my site is work. see this: https://saferestate.com/ogloszenia/

    }
    
    #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;
      }
    }
    Thread Starter marvinsites

    (@marvinsites)

    IT works man! however problem is the responsive and the property title is being cut off. and I dunno how I can put a column on the right side as it is not a elementor page where I can add a column.

    Thanks man!

    hi @marvinsites

    I took a look at your site and love what you’ve done. The golden question is, how did you edit the size & layout of both the properties page and the single product page? I know nearly nothing about CSS and couldn’t find where to place the code above. Any help would be greatly appreciated. please and thank you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘all about single property page’ is closed to new replies.