Listing Images

Discussion in 'GeoCraft WordPress Theme' started by kgoptoso, Sep 3, 2018.

  1. kgoptoso

    kgoptoso New Member

    Joined:
    Aug 13, 2018
    Messages:
    4
    Likes Received:
    0
    GEOCRAFT - How do i center listing images. My listings are slightly to the left. i would like them to be centered in line with listing description below image. Please provide CSS code for centering all listings on Mobile devices. See Attached image
     

    Attached Files:

  2. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hello,

    Thanks for contacting us,

    Will you please share your website URL here?

    So that we could assist you accordingly.

    Regards,
    Akbar
    InkThemes.com
     
  3. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hello,

    Greetings from InkThemes,

    To center the listing images, just paste the code given below in Additional CSS section. (Dashboard->Inkthemes->Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    @media only screen and (max-width: 480px){
    .content_wrapper .featured_content .postimg, .content_wrapper .featured_content .featured_thumb {
        float: right;
    }
    }
    @media only screen and (max-width: 480px){
    .featured_thumb.featured_thumb_paid img.postimg.f_thumb {
        float: none;
    }
    }
    I hope this will purposeful to you.

    Regards,
    Akbar
    InkThemes.com
     
  4. kgoptoso

    kgoptoso New Member

    Joined:
    Aug 13, 2018
    Messages:
    4
    Likes Received:
    0
  5. kgoptoso

    kgoptoso New Member

    Joined:
    Aug 13, 2018
    Messages:
    4
    Likes Received:
    0
    I have changed the Default listing page to my own. Now when i add more listing "Page 2 is not Found"
    Credentials sent to
    [email protected]
     
  6. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hello,

    We have successfully received your credentials and is being forwarded to our developers, we will get back to you with a positive response ASAP.

    Your patience will be highly appreciated,

    Warm Regards!
    Akbar
    InkThemes.com
     

Share This Page