justify the product title and the price on the left
-
hello
how can I:
1) justify the product title and the price on the left?
2)to make the title a little smaller?
look at the attachment
ciao
Hello,
It is possible with custom CSS:
body .product-grid-item .product-title a {
font-size: 15px;
text-align:left;
}
Replace 15px for something less and add the code to the Theme Settings > Custom CSS > Global.
Best Regards
CIAO
THANKS TO THE ANSWER BUT WITH THE CODE YOU SENT TO ME MAKE ME THE GRID OF THE PRODUCTS WHILE IN THE PRODUCT PAGE DOES NOT HAPPEN
SEE THE ATTACHED
Attachments:
You must be
logged in to view attached files.
Hello,
Navigate to the Theme settings > Product page > and set the Default or the page design http://prntscr.com/mhci2h
If you do not want to change anything but only the title, add this code to the Theme Settings > Custom CSS > Global:
body .single-product-content .entry-title {
text-align:left;
}
Best Regards