[Resolved] Making Search Results Page Contained

Home Forums Support [Resolved] Making Search Results Page Contained

Home Forums Support Making Search Results Page Contained

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #296894
    Mindy

    Hello, I am trying to do the entire site “contained.” I cannot figure out how to get the contained layout on the search results page. Strange looking: https://goo.gl/IrV7IE

    Thanks!

    #296953
    Leo
    Staff
    Customer Support

    Hi Mindy,

    I am pretty sure that’s coming from the beaver builder setting.

    You can see that this page is also full width as well: http://salivary.staging.wpengine.com/become-our-patient/

    I would recommend going through BB settings first. If not then you can try this CSS:

    .fl-builder.no-sidebar .container.grid-container {
        max-width: 1400px;
    }

    Let me know if this helps.

    #296962
    Mindy

    Leo, that css is great, thank you!

    Any idea why the search results are going completely to the edge on pages 1 and 3 of the search results but look good on page 2? https://goo.gl/IrV7IE

    Thanks!

    #296965
    Leo
    Staff
    Customer Support

    Think that’s BB again…Try this:

    .search-results.fl-builder.one-container.no-sidebar .site-content {
        padding: 40px;
    }
    #296968
    Mindy

    That definitely made the search results page look great, however, on all the other pages where the content is meant to go all the way to the edge, it does not anymore.

    #296970
    Leo
    Staff
    Customer Support

    Edited the code above. Give it another shot?

    #296979
    Mindy

    Hmm, that does not seem to work :-/

    #296982
    Leo
    Staff
    Customer Support

    Slight adjustment in code above again. Try again please πŸ™‚

    #296987
    Mindy

    Ah, WONDERFUL! Thank you so much for your patience and amazing help Leo!! You’re the best! Enjoy your weekend!! πŸ˜€

    #296990
    Leo
    Staff
    Customer Support

    You’re welcome πŸ™‚ You as well!

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