Serious error in demo-real-estate-single-property.html

1 reply · opened Aug 25, 2023

PPavelRomeroAug 25, 2023

Hello:

On this PAGE there is an error when I simulate its display in a range of 780 to 9XX pixels wide, for example to view the page on a Tablet in portrait orientation. This happens it seems to me in the new version (7) and also in the previous one. As you can see in the attached images, on the right side there is a very big space that should be covered by the form, the map, etc.

Could you please indicate which styles should be applied to correct it?

SSemicolon WebSTAFFAug 25, 2023

Hello,

Thanks for reporting this. Find and the delete/comment the following code from the style.css File:
[ch_pre type="css"]@media (min-width: 768px) and (max-width: 991.98px) {
.sidebar-widgets-wrap {
position: relative;
display: -ms-flex;
display: flex;
flex-wrap: wrap;
margin: 0 -20px -40px -20px;
}
.sidebar-widgets-wrap .widget {
flex: 0 0 50%;
max-width: 50%;
margin: 0 0 40px 0;
padding-top: 0;
padding-left: 20px;
padding-right: 20px;
border-top: 0;
}
}[/ch_pre]

We will review and delete this code (if necessary) in the next update. Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard