• Hi!

    Can anybody tell me how I can reduce/remove the white space between the page or blog titles and the first line of text (content). I cannot find any settings in the customizer section.

    Also.. how can I change the font size of the site/blog titles (do I need pro for that?).

    Thanks a lot!

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hello,

    For the white space issue, please, use this extra CSS code :

    @media screen and (min-width: 1024px){
        .single-post .content{
            padding-top:10px !important;
        }
    }

    You can change the value of the padding top according to your needs.

    For the font issue, indeed, this is a PRO version feature.

    Thread Starter spremede

    (@spremede)

    Hi Ionut,
    thanks for your reply but I wanted to remove the space right before the first line of text. See a picture below for explanation. How can I remove the space (number 2)?

    Thanks!

    PICTURE SCREENSHOT: https://we.tl/t-byPHbg6fd9 (I want to remove nr. 2)

    Thread Starter spremede

    (@spremede)

    PICTURE SCREENSHOT new: https://de.tinypic.com/r/dzxg08/9 (I want to remove nr. 2)

    Hello,

    Please, use this extra CSS code :

    .single-post .post-content-inner {
        margin-top:0 !important;
    }

    Hi @spremede ,

    Was your issue solved using the above solution?

    Please let me know what is the current status of your issue so I can further help you.

    Hi,

    Could you please help and remove the spacing between my post titles and the image below?

    You can check it out at https://www.toomanytabs.co

    I have no problem if the image is a giphy, but when I input an image right below the title, there is this huge gap.

    Thanks in advance! ??

    Hi @toomanytabz

    You could try adding this code to the ‘Additional CSS’ pane under ‘Appearance’ then ‘Customize’

    .entry-meta,
    .entry-footer {
    	margin: 0 0 0em;
    }
    • This reply was modified 5 years, 8 months ago by add.redford.
Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Reduce Space between page/blog title and content’ is closed to new replies.