Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #860966

    youngstudios
    Participant

    see example: http://ayoungstudios.involve.media/?s=fogo

    I like how the portfolio items are displayed however the products have a larger photo and no spacing above the image. What is the best/simplest way to have both products and portfolio items display the same?

    Thanks.

    #861740

    Lely
    Moderator

    Hi There,

    To achieve the same result for products, please add the following CSS via Appearance > Customize > Custom > CSS

    .search .product .entry-featured {
        float: left;
        width: 34%;
        margin: 0;
    }
    .search .product .entry-wrap {
        float: right;
        width: 66%;
        padding-left: 35px;
    }
    .search .x-main .hentry{
      clear:both;
    }
    .search .x-main .product {
        border-top: 1px solid rgba(0,0,0,0.1);
        padding-top: 35px;
    }

    Hope this helps.