Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi @alonagomez,

    The Search Result page will inherit the setting from Customizer > Blog > Blog / Archive. You can disable the Sidebar from that section.

    I hope it will help.

    Kind regards,
    Herman ??

    Thread Starter alonagomez

    (@alonagomez)

    But I need a sidebar for my blogs. I hope it can be change in the Customizer > Sidebar.

    Hello, you can try this CSS to hide the sidebar on the search results page:

    .search-results #secondary {display:none}

    For full width site you can try this:
    @media (min-width: 769px)
    {.search-results #primary {width:100%;}}

    Hi @alonagomez,

    Unfortunately, there’s no feature to make the Search Results page has its own layout. In your case, you will need custom code that, unfortunately, is something that we don’t offer to support.

    You might want to try the one shared above and/or modify it, so it will work as you expected.

    Kind regards,
    Herman ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Search result no sidebar’ is closed to new replies.