want shop page fullwidth like attached image

Discussion in 'SaleJunction E-Commerce WordPress Theme' started by raaj95, Jun 11, 2015.

  1. raaj95

    raaj95 Member

    Joined:
    May 29, 2015
    Messages:
    133
    Likes Received:
    0
    i want fullwidth shop page view ( fullwidth ). so how this possible please share this.
     

    Attached Files:

    • shop.jpg
      shop.jpg
      File size:
      131.1 KB
      Views:
      14
  2. Sobhagya

    Sobhagya Guest

    Joined:
    May 29, 2015
    Messages:
    414
    Likes Received:
    6
    Hello,

    Hope Doing Good,

    Could you please provide your site URL so that I can assist you accordingly.

    Let me know.
     
  3. raaj95

    raaj95 Member

    Joined:
    May 29, 2015
    Messages:
    133
    Likes Received:
    0
    Actually my site is not live i am just try on local server. when i click on http://inkthemes.com/wptheme/salejunctiondemo/shop/ now 3 product shown per line (Horizontally ) but i want to show 5 product per line. Hope you understand what i want... Thanks
     
  4. Sobhagya

    Sobhagya Guest

    Joined:
    May 29, 2015
    Messages:
    414
    Likes Received:
    6
    Hello,

    Hope Doing Good,

    Kindly follow the below step mentioned in the image.

    shop page 3 to 5.png

    Also, you have to do is just go to Dashboard->Appearance->Theme Options->Styling Option->Custom CSS

    field and try to cut paste the given below CSS code there.

    Code:
    .content-bar .site-content ul.products li#product_item {
     
      width: 16% !important;
      }
    Hope it will solve your issue.
    Let me know if have further doubts so that I can assist you.
     
  5. raaj95

    raaj95 Member

    Joined:
    May 29, 2015
    Messages:
    133
    Likes Received:
    0
    Thanks. its working....
    But i want one more thing on shop page... Buy Now button. So how i add Buy Now button on every product ( shop Page).
     
  6. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello,

    Adding "Buy Now" button on every product is possible through customization of the source code of theme.
    So, send us your website dashboard login details at [email protected] along with the thread link.

    Thanks,
    Praveen
     
  7. raaj95

    raaj95 Member

    Joined:
    May 29, 2015
    Messages:
    133
    Likes Received:
    0
  8. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello,

    Please follow the screenshot given below.
    salejunction_add_buy_now_button.png
    PHP:
    <a href="<?php the_permalink(); ?>"><p class="product_buy_button">BUY NOW</p></a>
    Thanks,
    Praveen
     
  9. raaj95

    raaj95 Member

    Joined:
    May 29, 2015
    Messages:
    133
    Likes Received:
    0
  10. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello,

    Please send us your website WordPress login details at [email protected] along with the thread link.

    We will customize it for you.

    Thanks,
    Praveen
     

Share This Page