Home Forums LZ Cleaning Services How to align pricing table

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2692
    Manjushree J
    Participant

    How to align left for all content in unordered list for pricing tables

    #2711
    User Support
    Participant

    Hello Manjushree,

    Add following css in style.css file
    #pricing-page .ht-princing-excerpt ul li{
    text-align: left;
    }

    Thank You.

    #2714
    Manjushree J
    Participant

    I added
    #pricing-page .ht-princing-excerpt ul li{
    text-align: left;
    list-style-type: circle;

    }

    in additional CSS

    Where I can get similar more css code used in the theme

    #2732
    User Support
    Participant

    Hello Manjushree,
    You may add css in additional css or style.css file . style.css file is very secure. You will get all theme css in style.css file
    Thank you.

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