Home Forums WoodMart support forum Responsive text – reduce spacing

Responsive text – reduce spacing

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

    gilesp
    Participant

    Hi , is there any way to reduce the spacing on responsive text – see screen shot.

    Thanks,
    Giles

    Attachments:
    You must be logged in to view attached files.
    #36293

    Artem Temos
    Keymaster

    Hi,

    Try to add the following code snippet to the Custom CSS area in Theme Settings to do this

    .woodmart-title-container.woodmart-text-block.font-primary.woodmart-font-weight-700 {
        line-height: 1.2;
    }

    Regards

    #37236

    gilesp
    Participant

    Thanks this seems to work. Will I have to add code for all the other font sizes?

    #37290

    Artem Temos
    Keymaster

    What font sizes do you mean?

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