Need Centering Help

  • Support OnlineSat-Thu / 9:30am - 5:30pm (GMT +6)
  • Your Time Our Time

Support Home Support Home CVIT Need Centering Help

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #9797
    Michael Gross
    Participant

    Hi,
    I need help centering my price list and my client logos.

    See here: http://markleinweaver.com/

    We are only using ONE price list and it floats to the left. I would like it centered.

    We only have 3 client logos, again floating to the left. I would like them centered.

    Thanks.

    #9803

    Dear Michael,

    We are sorry to say that there is no pre-built option to do that.

    Please use the custom CSS below to do that.

    @media (min-width: 992px) {
    #pricing .row > .pricing--item {
    margin-left: 33.33333333%;
    }
    }
    
    .brands--slider .owl-wrapper {
    max-width: 100%;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    }

    Best Regards,
    ThemeLooks Support Team

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
happy hour