Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #211373

    I am looking to make my search page full width. I found this article (below) from last year, but the changes are no longer applicable. It seems the code for the search.php has changed since then.

    https://kriesi.at/support/topic/broadscope-full-width-layout-search-page/

    I have removed the get_sidebar(); line, but the page still employs the same layout.

    Thanks!

    #211377

    Better yet –

    Is there a way to call a sidebar I’ve created via Widgets to take place of the default ‘pages’ sidebar?

    I’m assuming by changing ‘page’ with something relating back to the widget sidebar is the way to go about this. Am i correct?

    $avia_config['currently_viewing'] = 'page';

    #211637

    Hi!

    Please use following code to hide the sidebar on the search page – insert the code into the quick css field

    
    #top.search .template-search{
    width: 100% !important;
    }
    
    #top.search .sidebar{
    display: none !important;
    }
    

    Best regards,
    Peter

    #212283
    This reply has been marked as private.
    #212341

    Hey!

    Add this on Quick CSS:

    .author-extra-border {
    width: 100%;
    }
    
    .search .content.template-search {
    border: none;
    }

    Best regards,
    Ismael

    #212349

    Thanks Ismael, that worked!

    #212569

    Hey!

    Glad we could help. :)

    Regards,
    Ismael

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Full Width Search Page’ is closed to new replies.