Ad images are distorted

Discussion in 'ClassiCraft WordPress Theme' started by timerversen, Aug 6, 2015.

  1. timerversen

    timerversen New Member

    Joined:
    Aug 3, 2015
    Messages:
    13
    Likes Received:
    0
    Yes.. It seems not much is actually working about this theme.

    To see ad images you have to open the ad image URL in a separate window to see them.. How is that done on a phone by my clients?
     
  2. praveen

    praveen Support Staff

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

    For your information, there is no such feature exists in the theme which enlarges the listing image on clicking, you can get your images in the form of slider on single listing detail page...

    If you have some issues regarding the width and height of the images then use the CSS code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .flexslider .slides img {
        height: auto;
    }
    It will resolve your issue.

    Regards!
    Praveen
    InkThemes.com
     

Share This Page