Tagged: 

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #86964

    The space between headline and text and the line shift space is to high compared to the text height. How can I change this. Please see my blog:

    http://bodynology.no/om-meg/

    #87036
    Mahesh
    Keymaster

    Hi @beate_altmannhotmail-com,

    I checked the url and currently, the text “Vi er snart klare!” is being displayed. Can you please clarify issue little further.

    Regards,
    Mahesh

    #87141

    I am sorry, it now open. Please see this:
    http://bodynology.no/om-meg/

    #87145
    Mahesh
    Keymaster

    Hi @beate_altmannhotmail-com,

    Do you mean to reduce space gap between <p> tag in the content area?
    Go to “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box and add the following:

    .entry-content p {
        margin-bottom: 20px;
    }

    Let me know if any problem.

    Regards,
    Mahesh

    #87146

    Perfect! You ar the best, thank you! :)))

    #87246
    sbartsch
    Participant

    Hello,
    I have a question in regards to this as well. How can I decrease the space between (e.g. heading 1 and heading 2) with the body copy. For example on this page: https://studyabroad.wp.d.umn.edu/about/

    I’d like the header “Our Mission” to be closer to the first line of the paragraph sentence starting with “The UMD Study Abroad office is the…”

    Any information would be greatly appreciated!
    Thanks,
    S. Bartsch

    #87277
    Mahesh
    Keymaster

    @sbartsch: Go to “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box and add the following CSS:

    #content .entry-content h1, #content .entry-content h2 {
        margin-bottom: 0;
    }

    Let me know if this solves your issue.

    Regards,
    Mahesh

    #87315
    sbartsch
    Participant

    Hi Mahesh,
    This does seem to reduce the space a little more. Thank you! Not to be too picky – but is there a way to make it a little bit smaller? (I see the margin is at 0″ – so perhaps that’s the least space it can be?) Let me know.

    ————————

    One other question, can the space (line height/leading) in h1 and h2 that runs into a second line be decreased?? For example on this page: https://studyabroad.wp.d.umn.edu/get-started/myths/

    Example: h2 in second paragraph: “I’m not studying a foreign language, so studying abroad is useless.”

    When header sentences break into to two lines, I’m wondering if the space between the two lines can be decreased. (i.e. I’d like when the space between “I’m not studying a foreign language” and “so studying abroad is useless” breaks into two lines to be a little smaller.)

    Let me know if I’m being clear, or if you understand what I’m trying to describe!

    Many thanks for your help!

    -sbartsch
    (picky graphic designer / typography geek.)

    #87378
    Mahesh
    Keymaster

    Hi sbartsch,

    Please add the following CSS in Custom CSS box:

    .entry-header h1, .entry-content h1, .entry-content h2 {
        line-height: 1.3;
    }

    Hope this helps. Let me know if any problem.

    Regards,
    Mahesh

    #87465
    sbartsch
    Participant

    Mahesh,

    This seemed to help adjust to my preferences. Thanks very much for your help!

    Best,

    Stephanie

    #87504
    Mahesh
    Keymaster

    @sbartch: Thank you for your appreciation. Have a nice day!

    Regards,
    Mahesh

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