Error Page Builder - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Error Page Builder

A

Angel

SP Page Builder 2 years ago

Hello, suddenly the presentation of the agents has changed, it should be seen horizontally as it is seen in the front view editor, but on the web, https://gtij4.gtizaragoza.es, it is shown vertically. Attached captures.

0
6 Answers
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 2 years ago #119812

Hello Angel

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

.spproperty-agent-mailing li{
    list-style: none;
}
.spproperty-agents .spproperty-col-sm-3{
    width: auto;
}

Best regards

0
A
Angel
Accepted Answer
2 years ago #119844

Thanks but it doesn't work... as you send it to me there are 3 columns, I need it to be 4, if I change col-sm-3 to col-sm-4 it puts them in a single column.

Why is it not cve as in the editor? What is failing?

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 2 years ago #119941

Apology for the inconvenience. Please share your administrator access here to check the issue further. Use the Hidden Content box to share the credentials. Make sure that you have a full site backup with you before sharing.

0
A
Angel
Accepted Answer
2 years ago #119946

Ok, I have attached the requested data.

0
A
Angel
Accepted Answer
2 years ago #120247

Hello, have you been able to review the ticket?

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 2 years ago #120250

Apology for the delay. I have modified the CSS.

.spproperty-agents .spproperty-col-sm-3{
    width: 25%;
}
0