• Can anyone please help me format my search results page? I don’t want to have the date on the left or to show practically the whole page in the results. I just need a full-width page that shows a listing of the title of the pages.
    I would need to right justify my search box in the header. Thank you in advance.

Viewing 15 replies - 1 through 15 (of 22 total)
  • Hi..

    Please make child theme directory and create search.php and header.php file.

    Now copy code from link and paste into child theme’s search.php file.

    Also copy code from link and paste into child theme’s header.php file.

    Save the changes.

    Thanks.

    hi,

    go to serach.php in your theme folder manage everything for search page list.

    Thread Starter bjbaron

    (@bjbaron)

    Thank you weblizar. I copied the code into the search and header.php in my child directory. The search code got rid of the date on the left but it’s still showing the content of the page. I would like the results to look similar to Google search results.
    Also the header.php code didn’t change the location of the search box in the header.

    Hi,

    Please replace search.php of child theme, with code given in LINK

    Please go to Admin Dashboard >>Appearance >>Customize >>Theme Options >>General Settings and find custom CSS editor.

    Now copy below CSS in custom CSS editor.

    .header_section .input-group {
      width: 35%;
    }

    Save the changes.

    Thanks.

    Thread Starter bjbaron

    (@bjbaron)

    Thank you very much. The search results page looks great except for a white line on the bottom. Is there a way to get rid of that? Also the code you gave me for right justifying the search box only made the box larger. I’d like to keep it the same width but move it to the right. Also is there a way to put a telephone number to the right of the logo, in between the logo and the search box? I really appreciate your support!

    HI,

    Please replace your child theme’s header.php file with this link code.

    Also add below css into custom css editor.

    .enigma_blog_pagination {
        background-color:none !important;
    }
    .contact {
        width: 30% !important;
    }

    Save the changes.

    Thanks.

    Thread Starter bjbaron

    (@bjbaron)

    Thanks. The search box is still in the same location. Is it possible to right justify it and put a link to the left of it, in the middle between the logo and the search box?

    Hi..

    Please add below css into custom css editor.

    .input-group {
        float: right !important;
    }

    Save the changes.

    Thanks.

    Thread Starter bjbaron

    (@bjbaron)

    Thank you very much! That looks much better. Is it possible to insert text or links to the right of the logo in the header?

    Hi,

    please go to admin Dashboard >> Appearance >> Customize >> Theme Options >> Social Options.

    Now Enable Social Media Icons in Header.

    Save the changes.

    Thanks.

    Thread Starter bjbaron

    (@bjbaron)

    Thanks. I was able to do that but it increases the height of the header. I was hoping to get the phone number and link in between the logo and the search box. Is that possible?

    Hi,

    Please share your site URL after add the social media links.

    Thanks.

    Thread Starter bjbaron

    (@bjbaron)

    OK I enabled the social media links (just phone and email). Here’s how it looks.

    Hi,

    Please make child theme directory and cretw header.php fie in child theme directory.

    Now copy code from link and paste into child theme’s header.php file.

    Also add below css code into custom css editor.

    .header_section .input-group {
        width: auto !important;
    }

    Save the changes.

    Thanks.

    Thread Starter bjbaron

    (@bjbaron)

    Thank you I followed your instructions but it didn’t work. I wanted the phone & link on the same line as the search box, not above it.

Viewing 15 replies - 1 through 15 (of 22 total)
  • The topic ‘Search results page’ is closed to new replies.