Topic Resolution: Resolved
  • Closed
  • Tobias Ahlberg
    Spectator
    June 26, 2015 at 2:53 pm #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
    June 26, 2015 at 3:59 pm #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: 2672
    June 27, 2015 at 12:22 pm #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
    June 27, 2015 at 2:48 pm #18545

    Hi,

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

    Thanks

    Best Regards,

    Tobias

    Roman
    Spectator
    Posts: 3147
    June 27, 2015 at 3:24 pm #18546

    try this Custom CSS in Theme Options:

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

    Tobias Ahlberg
    Spectator
    Posts: 9
    June 27, 2015 at 3:28 pm #18547

    That solved the issue. Many thanks!