"text-center" class not working on image

Home Forums Porto – Responsive HTML5 Template "text-center" class not working on image

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #10005426
    eweisbrot
    Participant

    Hello,

    I have the “text-center” class implemented on our “no1-freight-broker-bond.png”, but it doesn’t seem to center on the page. Any idea why?

    Thanks!


    #10005440
    Support
    Keymaster

    Hello, the text-center won’t work there, you can add a custom class:

    HTML

    <img width="291" height="100" src="/img/product/freight-broker/no1-freight-broker-bond.png" class="img-responsive img-center">

    CSS:

    .img-center {
        margin: 0 auto;
    }

    Regards.


    #10005446
    eweisbrot
    Participant

    Thanks!


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

This topic is marked as "RESOLVED" and can not rceive new replies.