Align an image center - by Brockway - on WordPress WooCommerce support

This topic has 10 replies, 6 voices, and was last updated 8 years, 3 months ago ago by Jack Richardson

  • Avatar: Brockway
    Brockway
    Participant
    November 24, 2015 at 11:04

    Hello,

    i must say it’s the first time i encounter an error like this and it is a joke ?

    When in a text element you align an image, all alignment work correctly except center… In VC it’s even broke the previsualisation of the thumbnail of the image !

    Of course i encounter the error only on your theme.

    Regards.

    9 Answers
    Avatar: Robert Hall
    Robert Hall
    Support staff
    November 24, 2015 at 11:14

    Hello,

    Please provide us with link to the page where you got this issue.

    Regards,
    Robert Hall.

    Avatar: Brian Johnson
    Brian Johnson
    Member
    November 24, 2015 at 11:14

    Hello

    Would you mind to provide us with screeshots and links to the page where you have noticed the issue to let us check it more deeply. You may upload screeshots on http://prnt.sc or link to the page.

    Regards,
    Brian Johnson

    Avatar: Brockway
    Brockway
    Participant
    November 24, 2015 at 11:56

    Any pages.

    But i solve my issue with adding more elements by separating images from text, it’s not really time effective or making my text/code ratio good, but it work…

    Also under firefox the carrousel is just buged…

    http://www.ultratrailinfrance.com/

    Go to “Case Study” and see the carrousel.

    Avatar: Eva
    Eva Kemp
    Support staff
    November 24, 2015 at 14:25

    Hello,

    Please try to use this code in Theme Options > Custom CSS > Global Custom CSS:

    .slick-slide img {
        width: 100%;
    }

    Regards,
    Eva Kemp.

    Avatar: Brockway
    Brockway
    Participant
    November 29, 2015 at 11:11

    Hi, here a screen after your fix.

    https://www.dropbox.com/s/tn9achec35nup3k/Capture%20d%27%C3%A9cran%202015-11-29%2011.10.40.png?dl=0

    better but not perfect yeat…

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    November 30, 2015 at 09:20

    Hello,

    As I see slider is shown fine:
    http://storage7.static.itmages.com/i/15/1130/h_1448871646_7821620_60b7392087.png

    Try to clear browser cache and check again.

    Best regards,
    Jack Richardson.

    Avatar: mykjones
    mykjones
    Participant
    January 8, 2016 at 05:04

    same problem here.

    My solution from W3.org:

    in global css:

    IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto }

    now in your post:

    ...

    Avatar: mykjones
    mykjones
    Participant
    January 8, 2016 at 05:07

    sorry forgot to make it code:

    <IMG class="displayed" src="..." alt="...">

    hope this helps

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    January 8, 2016 at 08:35

    Hello @mykjones,

    Thank you for sharing the solution.

    If there are any questions feel free to contact us.

    Best regards,
    Jack Richardson.

  • Viewing 10 results - 1 through 10 (of 10 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.