Images in Search Not Sized Correctly

Discussion in 'SaleJunction E-Commerce WordPress Theme' started by rogerschnur, Feb 4, 2014.

  1. rogerschnur

    rogerschnur Member

    Joined:
    Mar 19, 2013
    Messages:
    216
    Likes Received:
    14
    When I search for an item in SalesJunction theme the search results show the Featured Image in a much larger, poor quality image. My Featured images are 200px wide x 150px high. The results image appears to be close to 600px wide.

    http://awesomescreenshot.com/0862axqb37
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Go to the style.css file present in your theme directory and follow the instruction shown in the image given below.

    [​IMG]

    This will solve your issue.
     
  3. rogerschnur

    rogerschnur Member

    Joined:
    Mar 19, 2013
    Messages:
    216
    Likes Received:
    14

    Attached Files:

  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
  5. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
  6. rogerschnur

    rogerschnur Member

    Joined:
    Mar 19, 2013
    Messages:
    216
    Likes Received:
    14
  7. Piyush

    Piyush Support Staff

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

    rogerschnur Member

    Joined:
    Mar 19, 2013
    Messages:
    216
    Likes Received:
    14
    Thanks for the great support! Can you please advise what changes you made to fix this so I can do it in the future?
     
  9. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    I have only paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard and then the issue is resolved.

    Code:
    .sidebar.becomemember input[type="button"].plus {
    height: 38px;
    } 
     

Share This Page