Tagged: 

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

    Hi
    I am using the custom footer page.
    However when it comes to the search result page, the footer seems to be floating at the bottom.
    Using Inspect Element, i found this DIV tag below the footer:

    <div id=”after_section_2″ class=”main_color av_default_container_wrap container_wrap sidebar_right”>
    How do i remove this without any customization of search.php?
    I’m not very good with php. Just want the search page to look and feel like the other pages.

    Thanks

    • This topic was modified 6 years, 2 months ago by data76.
    #1014106

    Hey data76,

    Please try the following in Quick CSS under Enfold->General Styling:

    .search #after_section_2 {
      display:none;
    }

    Best regards,
    Rikard

    #1014712

    Hi

    Thanks Rikard! it worked!

    But i checked, Post section has the same #after_section_2 appearing.

    <div id=”after_section_2″ class=”main_color av_default_container_wrap container_wrap sidebar_right”>

    Thanks!

    #1014840

    Hi data76,

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    Best regards,
    Victoria

    #1015253

    Hi.

    I used #after_section_2 {display:none;} in the quick CSS and somehow, seemed to work for now.
    Still unsure whats the purpose of this section though… but disabling it worked.

    Thanks alot!

    #1015434

    Hi data76,

    Glad you got it working for you! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

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