Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • russojar Friend
    #196048

    How do you get an image to center in Purity III?

    I have an image slider module place in the mas-col position and it is right justified.

    i would like to have it centered. I have tried all kinds of CSS, but nothing works.

    Pankaj Sharma Moderator
    #527711

    Can you provide your site url and a screenshot what you want to achie , where you are facing this problem.
    i will have a closer look

    Regards

    russojar Friend
    #527712

    http://aviano.us/

    Just want to center the image.

    Thanks for helping! 🙂

    Pankaj Sharma Moderator
    #527713

    @russojar
    Add
    .flexslider {
    margin: 0px 248px 40px 205px;
    }

    in your custom.css.
    let me know if its help

    chavan Friend
    #527731

    @russojar

    Go to this File: /modules/mod_simple_responsive_slideshow/theme/flexslider.css

    Replace this code


    .flexslider .slides img { max-width: 100%; display: block; }

    With


    .flexslider .slides img { max-width: 100%; display: block; margin: 0 auto; }

    russojar Friend
    #527747

    Thank you for your assistance.

    I tried the code. Unfortunately, I got the same results.

    I cleared the cache (I am not caching) but I cleared the browser cache anyway.

    http://www.avino.us

    chavan Friend
    #527762

    please post your site admin details in PM, The solution i provided is the fix. Let me try applying it for you.

    russojar Friend
    #527878

    I sent them via PM. Not sure if you got it because my sent box is empty?

    chavan Friend
    #527952

    It works now, the issue is you did not comment the previous css well. that was making the suggested css not to work.

    russojar Friend
    #528042

    Thank you very much. I appreciate your assistance and patience. 🙂

Viewing 10 posts - 1 through 10 (of 10 total)

This topic contains 10 replies, has 3 voices, and was last updated by  russojar 10 years, 1 month ago.

We moved to new unified forum. Please post all new support queries in our New Forum