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;
}
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
ABSOLUTELY FABULOUS!!!
Thank you :)