Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #508240

    Hello Kresi Team,
    please look in attached links. When I set image alignment to center it doesn’t work. It always keep left side.
    Where is the problem?
    Please help.

    • This topic was modified 8 years, 10 months ago by szopja.
    #508521

    Hi Jacek!

    Try adding this to your custom CSS.

    .avia-align-center img {
        margin: 0px auto !important;
        position: relative;
        display: block;
    }

    Regards,
    Elliott

    #508525

    Hey Elliott,
    Chrome get it, but on Firefox and new Edge it doesn’t work.

    BR
    Jacek

    #508559

    Hi!

    Switch it to this.

    .avia-align-center img, .avia-align-center {
        margin: 0px auto !important;
        position: relative;
        display: block;
    }

    Best regards,
    Elliott

    #508816

    Hi,
    it works. Thank You for help!

    BR
    Jacek

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Layout builder – problem with image alignment’ is closed to new replies.