text-align: left; – table

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #103851
    Lukas Koszeghy
    Participant

    Hi use this shortcode :[alg_wc_product_ppq_table table_format=”vertical” heading_format=”od %level_min_qty% ks za cenu” price_row_format=”%new_price_single%” add_percent_row=”yes”]

    i try add css :

    .alg_wc_product_ppq_table {
    text-align: left !important;
    }

    to align table text to left but it is not working for me can you help please ?

    #103858
    Moshtafizur
    Moderator
    Plugin Support

    Hello Lucas,

    Thanks for reaching out.

    Please paste the following CSS code at the bottom of your child theme’s CSS file:

    .alg_wc_product_ppq_table td {
      text-align: left !important;
    }
    

    Please give it a try. Let me know if it doesn’t help.

    Kind regards,
    Moshtafizur

    #103865
    Lukas Koszeghy
    Participant

    thank you but this not work for me

    #103868
    Moshtafizur
    Moderator
    Plugin Support

    Hello Lukas,

    Thanks for your reply.

    Would it be possible for you to share your WordPress dashboard access so that we can check it for you? Then please send us your login credentials to [email protected].

    Kind regards,
    Moshtafizur

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