Pictures are not in the middle

Discussion in 'Slice WordPress Theme' started by artmiri, Jul 19, 2015.

  1. artmiri

    artmiri New Member

    Joined:
    Aug 19, 2014
    Messages:
    2
    Likes Received:
    0
    Hello,
    For some reason my pictures are presented on the side (the products), why is that and what can I do?
    http://4mom-and-baby.niritcare.co.il/
    Can it be because my wordpress is in Hebrew ?
    Does this theme supports RTL?

    Thanks
     
  2. Sobhagya

    Sobhagya Guest

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

    Greetings from InkThemes,

    Could you please provide some edited screenshots so that I can assist you accordingly. If you are unable to create screenshots then you can use www.screenpresso.com
    that will help you to create screenshots.

    Do let me know.
     
  3. praveen

    praveen Support Staff

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

    Currently, this theme doesn't support RTL.
    But, I have forwarded this query to our developer team and this feature will be included in next update of Slice Theme.

    Till then I am providing you some CSS code which will resolve your issue.
    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .jcarousel-skin-pika {
      left: -25px !important;
      right: inherit;
    }
    .index-feature {
      width: 960px !important;
      float: left !important;
    }
    Hope it will resolve your issue :)

    Thanks,
    Praveen
     

Share This Page