SP Property - Question | JoomShaper

SP Property

S

SANDOR

Template 3 months ago

hI, Y like to remove 2 columns in SEARCH RESULTS, BUY page: Contact for Enquiry and Property Price.

And y like show in bottom https://imobdar.ro/images/com_osgallery/gal-1/original/columnsBD1ABD63-2F0A-124D-B64D-64968175B6F5.png Thanks

0
4 Answers
Ziaul Kabir
Ziaul Kabir
Accepted Answer
Support Agent 3 months ago #202844

Use this custom css, to add custom code you can check this documentation: https://www.joomshaper.com/documentation/helix-framework/custom-code-css-js-meta

div#spproperty .container .row {
    flex-direction: column;
}
div#spproperty .container .row .col-md-7.col-xs-12 {
    width: 100%;
}
div#spproperty .container .row .col-md-5.col-xs-12.spproperty-sidebar {
    width: 100%;
}

Thanks

0
S
SANDOR
Accepted Answer
3 months ago #202909

Good job! PERFECT$

0
Ziaul Kabir
Ziaul Kabir
Accepted Answer
Support Agent 3 months ago #202715

Hello Sandor,

Thank you for reaching out to us.

Could you please provide your website url with me? This will help us diagnose the problem more efficiently.

Thank you for your understanding and cooperation.

Best regards,

0