Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1478145

    Hi,

    Is it possible to centre the product title and price just on mobile view?

    Including the product reviews.

    View post on imgur.com

    All of this:

    View post on imgur.com

    Thanks,

    Harvinder

    #1478188

    Hey ballindigital,

    Thank you for the inquiry.

    You can add this css code:

    @media only screen and (max-width: 767px) {
    
      /* Add your Mobile Styles here */
      #top div.product .product_title {
        clear: none;
        text-align: center;
      }
    
      #top div.product .price {
        width: 100%;
        display: flex;
        justify-content: center;
      }
    }

    Result:

    View post on imgur.com

    Best regards,
    Ismael

    #1478209

    Hi,

    This looks great – I just need the reviews part to be centred too please..

    View post on imgur.com

    #1478425

    Hi,

    Thank you for the update.

    We added this css code to center align the reviews/rating container:

    #top .entry-summary .woocommerce-product-rating {
        display: flex;
        justify-content: center;
    }

    Best regards,
    Ismael

    #1478438

    Thank you!

    #1478504

    Hi,
    Glad Ismael could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Centre Product Title & Price on Mobile’ is closed to new replies.