Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #354438

    Hello, I want to decrease the line spacing in the body text. The Name of the video and the length of the video should be closer to the thumbnail. Is there an easy way to do this?

    If it is possible i still want my landing page to have normal spacing.

    see problem: http://kyo.dk/matematik/vektorer-i-planen/

    Kind regards
    Bjørn

    #355077

    Hi Bjørn!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .page-id-3272 .avia_textblock h6,  .page-id-3272 .avia_textblock p { margin-top: -10px; }

    Cheers!
    Yigit

    #355621

    Thanks, I see that you make a special setting for that one page – and with margin-top: -3px it works BUT…. The problem is, that I have maybe 30 pages with my videoes in a list where this special linespacing setting should apply to, and only one landing page where I prefer Enfold standard linespacing.
    Therefore, can you help me change the general linespacing to be decreased for my entire website, and then I could use the Quick CSS code you just sent me for my landingpage id=734 only.
    Also, is it possible to decrease the spacing between my video and my text above my video – also as a general setting for my entire website – except my landing page. See link: http://kyo.dk/matematik/vektorer-i-planen/
    Kind regards
    Bjørn.

    #356446

    Hey!

    Maybe this will work:

    .avia_textblock h6, .avia_textblock p { margin-top: -3px; }
    .home .avia_textblock h6, .home .avia_textblock p { margin-top: 0px; }
    

    When you say landing page, you mean home page? Adjust the top margin of the second css declaration.

    Cheers!
    Ismael

    #357134

    Thanks, you are brilliant – this works.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Line spacing’ is closed to new replies.