Gap in image

Discussion in 'SaleJunction E-Commerce WordPress Theme' started by raaj95, Aug 25, 2015.

  1. raaj95

    raaj95 Member

    Joined:
    May 29, 2015
    Messages:
    133
    Likes Received:
    0

    Attached Files:

  2. raaj95

    raaj95 Member

    Joined:
    May 29, 2015
    Messages:
    133
    Likes Received:
    0
  3. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    You can easily resolve your issue yourself, you just have to paste the CSS code given below in Custom CSS field
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .content-bar .site-content ul.products li#product_item {
        width: 28%;
    }

    Hope it will resolve your issue :)

    Thanks & Regards!
    Priyanka
    Inkthemes.com
     
  4. raaj95

    raaj95 Member

    Joined:
    May 29, 2015
    Messages:
    133
    Likes Received:
    0
  5. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    Use the below CSS code in Custom CSS field (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .productlisting .pgallery li .edd-image, li .edd-image {
          margin-left: 13px !important;
    }
    Hope it will resolve your issue

    Thanks & Regards!
    Priyanka
    Inkthemes.com
     
  6. raaj95

    raaj95 Member

    Joined:
    May 29, 2015
    Messages:
    133
    Likes Received:
    0
    ok thanks
     
  7. raaj95

    raaj95 Member

    Joined:
    May 29, 2015
    Messages:
    133
    Likes Received:
    0
    hi,
    when i apply this css .content-bar .site-content ul.products li#product_item {
    width: 28%;
    }
    my this page looks good but my front page product disturb look this http://tradedp.com/
     
  8. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .productlisting .pgallery li .edd-image, li .edd-image {
        margin-left: 29px !important;
    }
    If you still facing any other issue then please provide us your Dashboard credentials at [email protected] with your issue, so that we can do all the customization as per your requirement.

    Thanks & Regards!
    Priyanka
    Inkthemes.com
     
  9. raaj95

    raaj95 Member

    Joined:
    May 29, 2015
    Messages:
    133
    Likes Received:
    0
    hello,
    Actually problem is both page using same css [.productlisting .pgallery li .edd-image, li .edd-image {
    margin-left: 29px !important;
    }]

    Theme front page and shop page.so what is the solution ???
     
  10. praveen

    praveen Support Staff

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

    Replace the earlier provided CSS code with the code given below.
    Code:
    ul.products li .edd-image {
    margin-left: 29px !important;
    }
    Hope it will resolve your issue.

    Regards!
    Praveen
    InkThemes.com
     
  11. raaj95

    raaj95 Member

    Joined:
    May 29, 2015
    Messages:
    133
    Likes Received:
    0
  12. priya

    priya Guest

    Hello,

    Please send us your dashboard credentials and the screenshot as well of that particular area at [email protected] and we will do all the customization as per your requirement.

    Thanks & Regards!
    Priyanka
    Inkthemes.com
     

Share This Page