Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1028328

    I am trying to center the Title (Product From WooCommerce) in the Masonry Element. I have gone through so many threads here and have found nothing that works.

    What Quick CSS will work to make this happen?

    I thought this code would do it but it doesn’t:
    .av-inner-masonry-content-pos-content { text-align: center !important }

    Any help is greatly appreciated.

    #1028724

    Hey Micheal0424,

    Please try the following in Quick CSS under Enfold->General Styling:

    .page-id-1234 .av-inner-masonry-content-pos-content .av-masonry-entry-title, .page-id-1234 .av-inner-masonry-content-pos-content .av-masonry-price {
      text-align:center;
    }

    Best regards,
    Rikard

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