Error In Operation SP Property - Question | JoomShaper

Error In Operation SP Property

A

Aleksei

Extension 1 year ago

Noticed an error in the component "SP Property". I planned to use this component in the future, I hope the error will be fixed when the component is updated.

In the mobile version, when opening the "real estate agent" page, the module that displays "assigned real estate objects ({Name agent}`s Projects)" for the agent stretches the images of objects to infinity.

Error when installing a component on any site design template.

0
3 Answers
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 1 year ago #102096

Please use this CSS to Template Options -> Custom Code -> Custom CSS

@media (max-width: 768px){
    .spproperty.spproperty-view-agent .agent-properties .sp-properties-wrapper>div {
        flex-basis: 200px !important;
    }    
}

The scroll bar is normal. It appears to mobile phone browser.

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 1 year ago #98956

Hello Aleksei

Please share the page link to check the issue.

Best regards

0
A
Aleksei
Accepted Answer
1 year ago #102081

https://demo.joomshaper.com/2018/estate/index.php/agents/1-john-anderson

p.s.: When installing the component on another template, the error is similar p.p.s.: I use iPhone (not tested with android)

0