Home Forums Basel support forum justify the product title and the price on the left

justify the product title and the price on the left

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

    manacomunicazione
    Participant

    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

    #106061

    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

    #106125

    manacomunicazione
    Participant

    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.
    #106145

    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

Viewing 4 posts - 1 through 4 (of 4 total)