Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1281356

    Hello there

    How could we make the prices be centered like product title above it – see link in private content

    Have tried this in custom CSS but it does not work.

    #top .price, #top .price span, #top del, #top ins {
    text-align: center;
    }

    • This topic was modified 3 years, 9 months ago by whdsolutions.
    #1281360

    Hey,

    Thanks for contacting us!

    Please add following code to Quick CSS field in Enfold theme options > General Styling tab

    
    #top ul.products li .price {
        display: block;
        text-align: center;
    }
    

    Cheers!
    Yigit

    #1281366

    ABSOLUTELY FABULOUS!!!
    Thank you :)

    #1281367

    Hi,

    You are welcome :)

    Let us know if you have any other questions or issues and enjoy the rest of your day!

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Price to be centered’ is closed to new replies.