Search Results Layout Issues

Discussion in 'Poloray WordPress Theme' started by traeonna, Jun 24, 2014.

  1. traeonna

    traeonna Guest

    Joined:
    May 16, 2014
    Messages:
    12
    Likes Received:
    0
    When using the site search (via sidebar widget), images are sometimes stretched and other elements are overlapping (see attached image).

    http://aedengroup.com/?s=lemon
     

    Attached Files:

  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    .content-bar .post .post_meta{
    padding-left:85px!important;
    } 
    This will solve your issue.


    Thanks & Regards
    Gourav Shrivastava
     
  3. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    Plugin css conflicting with the theme default search page css. Which is causing this issue.

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    .content-bar .post .post_content img.postimg {
    width: 95%!important;
    height: 230px!important;
    }
    .content-bar .post .post_meta {
    padding-top: 40px;
    }

    Thanks & Regards
    Nitesh Raghuwanshi
     
  4. traeonna

    traeonna Guest

    Joined:
    May 16, 2014
    Messages:
    12
    Likes Received:
    0
    The second modification worked great (padding); however, the first one (img.postimg) did not. I've attached the results of that modification.
     

    Attached Files:

  5. traeonna

    traeonna Guest

    Joined:
    May 16, 2014
    Messages:
    12
    Likes Received:
    0
    changing it to

    .content-bar .post .post_content img.postimg {width: 100px!important;height: 100px!important;}

    results were corrected on bottom image (post), but not top image (product)...see attached.
     

    Attached Files:

  6. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
  7. traeonna

    traeonna Guest

    Joined:
    May 16, 2014
    Messages:
    12
    Likes Received:
    0
    Something seems to be generating a "final" image, which is incorrectly rendered. I'll keep trying to track down how to solve the issue. Thanks!
     

Share This Page