WP Gallery theme is messsed up in search

Discussion in 'CSS' started by dadaas, May 15, 2010.

  1. #1
    Theme works fine, but once i start searching then its messed up.
    It is because of CSS file i guess.

    Check out how searched listings look, or is it css or i m missing div code somewhere.

    I have try to find bug with firebug but i cant...

    please help me, here is the search page: http://www.greatplaygames.com/?s=soccer&searchsubmit=Search
     
    dadaas, May 15, 2010 IP
  2. Cash Nebula

    Cash Nebula Peon

    Messages:
    1,197
    Likes Received:
    67
    Best Answers:
    0
    Trophy Points:
    0
    #2
    I don't think it supports search, because there is no search bar in the screenshot. Also, there is not one instance of 'search' in functions.php
    You could add search but it would take a bit of work.
     
    Cash Nebula, May 15, 2010 IP
  3. swashata

    swashata Member

    Messages:
    86
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    43
    #3
    Cash Nebula is right! You have to edit the search result file to make a custom class to wrap the search results... I can't tell exactly how to do this, unless I see the files! Next will be pretty easy using CSS
    .class-of-wrapper .entry-content {
    float:none;
    margin:0 0 5px;
    width:auto;
    }
    Code (markup):
     
    swashata, May 16, 2010 IP