Okay
  Public Ticket #235614
Centering product name and price?
Closed

Comments

  • RJ started the conversation

    Hi,

    Can't seem to figure out how to centre product name and price when all the products are shown in grid mode.  If anybody has any custom code to make this change, much would be appreciated.

    Thanks in advance.

  •  8,839
    Tahir replied

    Hey RJ!

    Can you please provide url so we can take a look .

    Thanks


    ThemeNectar Support Team 

  •   RJ replied privately
  •  8,839
    Tahir replied

    Hey RJ!

    I am afraid i will need the url to edit the page in live browser so i can make changes realtime and then provide you that custom css. 

    Thanks


    ThemeNectar Support Team 

  •   RJ replied privately
  •  8,839
    Tahir replied

    Add this into the Custom CSS box located in your Salient Options panel :

    
    body.woocommerce ul.products li.product, body.woocommerce-page ul.products li.product {
        text-align: center !important;
    }
    

    Cheers


    ThemeNectar Support Team 

  •   RJ replied privately