Home Support Construction Real estate Pro Removing side panel on a property page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #7328
    Szymon Kulej
    Participant

    Hi Team,

    is it possible to remove side panel (on the right) on the properties pages?
    I mean all the boxes like “searching box”; “latest posts”; “latest comments”; “archives”; “categories”.
    Basically, I would like to remove all of the panels on the right side next to the property information.

    #7329
    Updated Developer
    Participant

    Hi,

    Yes, it is possible

    Could you please share the site url

    Thank you

    #7332
    Szymon Kulej
    Participant
    #7337
    Updated Developer
    Participant

    Hi,

    Add the following CSS to remove the sidebar. To add CSS follow the steps below

    Go to Dashboard >> Appearance >> Customize >> Additional CSS >> Paste the given CSS on it >> Publish.

    #sidebar {
    display: none;
    }

    Thank you

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.