• Resolved Haz

    (@tvguy2000)


    I am trying to hide the left sidebar on my search results page. In other words I would like to be full screen for search results.

    Fourteen Extended Plugin has an option for that, but I cannot get the feature to work.

    I have a child theme set up, so if someone can share the syntax to use, I would be very grateful.

    Thanks!

    Haz
    http://www.aquariumcarebasics.com/

Viewing 3 replies - 1 through 3 (of 3 total)
  • in style.css use modify this fpor fullscreen on all pages:

    .site,
    .site-header {
    max-width: 100%;
    }

    .site-content .entry-header,
    .site-content .entry-content,
    .site-content .entry-summary,
    .site-content .entry-meta, .page-content {
    max-width: 80%;
    }

    .site-description {
    font-size: 14px;
    }

    .hentry {
    max-width: 100%;
    }

    Thread Starter Haz

    (@tvguy2000)

    Thanks Frankenfrank, that syntax is for full screen on all pages, do you know how to just get full screen on search result pages?

    Thread Starter Haz

    (@tvguy2000)

    works great. thanks for the awesome plugin.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Need Syntax for Full Screen on Search Results’ is closed to new replies.