Topic Resolution: Resolved
  • Closed
  • Tobias Ahlberg
    Spectator
    26.06.2015 at 14:53 #18531

    Hi,

    I’m using the Alora theme together with Woocommerce and whenever I have long text on the products it looks really messed up in the title of the individual products page. Please see picture below.

    http://i59.tinypic.com/2ecncis.png

    Where/how do I change this ?

    Thanks

    Best Regards,

    Tobias

    Tobias Ahlberg
    Spectator
    Posts: 9
    26.06.2015 at 15:59 #18533

    I see the picture is not working. Please try this one instead.

    http://s30.postimg.org/6ltxiy6n5/2015_06_26_16_49_54.png

    Denzel Chia
    Moderator
    Posts: 2656
    27.06.2015 at 12:22 #18542

    Hi,

    Please post your site url here.
    We can probably provide you with Custom CSS code to increase the line height.

    Thanks!
    Denzel

    Tobias Ahlberg
    Spectator
    Posts: 9
    27.06.2015 at 14:48 #18545

    Hi,

    The url for the website is http://maldorma.com/

    Thanks

    Best Regards,

    Tobias

    Roman
    Spectator
    Posts: 3147
    27.06.2015 at 15:24 #18546

    try this Custom CSS in Theme Options:

    .single-product #main .product .product_title {
    line-height: 35px;
    }

    Tobias Ahlberg
    Spectator
    Posts: 9
    27.06.2015 at 15:28 #18547

    That solved the issue. Many thanks!