Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1298317

    Hi, there–
    We are using a boxed layout with the left sidebar logo and menu and want to have the footer go across the bottom at the end of the sidebar instead of to the right of it. We were able to do this globally with CSS by setting a minimum height and it worked fine, except the search results ended up being spread out vertically with to much space between the results due to the minimum width.

    I set the min height by page numbers instead as shown below and that works great. But now we have to remember to add any new pages or posts to the CSS. Is there a way to do this either in CSS where it won’t cause problems with the search results page? Or is there a script we can add to functions.php that whenever a page or post is created to set it to the min height, but leave the search results page alone? Page links are in private content for your review. Thank you.

    .page-id-9114 .fullsize .content .entry-content-wrapper {
    min-height: 1500px!important;
    }

    #1298713

    Hey GWS,

    Thank you for the inquiry.

    Looks like you created a custom footer container. You can place the footer below the header and the main container and make it full width, but you have to make sure that the header is not sticky. If the header is sticky, the custom footer will just take whatever space is available below the main container regardless of the space the header is currently occupying.

    You can disable the sticky option in the Enfold > General Layout > Layout > Sticky Sidebar menu settings.

    Best regards,
    Ismael

    #1299037

    That did the trick. Thanks, Ismael!

    #1299347

    Hi,

    Great, I’m glad that Ismael could help you out. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #1299406

    We are all set. Please feel free to close this topic. Thank you again.

    #1299548

    Hi,

    If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Footer width when using Enfold left sidebar menu layout’ is closed to new replies.