Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1227209

    Hi
    I need to reduce the size of the white space between text lines (please see link on private)
    thanks

    #1227388

    Hey jb84,

    Please try the following in Quick CSS under Enfold->General Styling:

    #footer #text-2 p {
        line-height: 15px;
    }

    Best regards,
    Rikard

    #1227418

    Thanks Rikard
    it works perfectly
    But need now to do the same for text hyperinks on footers in this case all will be perfect…

    #1227667

    Hi,

    Thanks for the update. I’m not sure exactly what you are looking for though, do you mean that you want to apply the same line height to the other widgets as well?

    Best regards,
    Rikard

    #1227711

    ok i send u screen shoot in privat.
    Need a quick code for widget (only) line height huper-link

    #1227968

    Hi,

    Please try this CSS as well:

    #footer #text-4 p, #footer #text-3 p {
        line-height: 15px;
    }

    Best regards,
    Rikard

    #1229098

    Thanks Rikard,
    it work perfectly!
    But only for my main language (french)… polylang seems to not apply quickcss for the second language (english)
    :(

    #1229993

    Hi jb84,

    Widget id’s are different in French, please use the code like this:

    
    #footer #text-4 p, #footer #text-3 p,
    #footer #text-5 p, #footer #text-6 p,
    #footer #text-5 p, #footer #text-7 p {
        line-height: 15px;
    }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.