• projecttoday

    (@projecttoday)


    I have created a page with some text on it. There is too much space between the heading lines at the top. But I can’t get it to go away. I reduce the font size. I press enter one character in from the right. I still get these huge blank lines. What am I doing wrong?

Viewing 11 replies - 1 through 11 (of 11 total)
  • Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    Please provide a link to a page on your site where we can see this. Thanks.

    RossMitchell

    (@rossmitchell)

    Firstly as Steve said it would help us help you if you provided a link to your website.

    Suggest that you learn to use your web browser’s “inspector”, it will show how your html and css are working. I am sure that you will find that at the top of your text that some element has either a margin or padding setting that is causing the space you notice. Once you have identified the code you can experiment with changes in your inspector to get the look you want, then use the theme customizer to modify your website permanently.
    We volunteers are perfectly happy (or enough of us are) to look at your website and give you a css snippet, but in time most people prefer to become self sufficient using the available tools like a web inspector and the css customizer.

    Thread Starter projecttoday

    (@projecttoday)

    Currently the site is under construction. I could remove that for a brief time but all you would see is the result. You would have to go into administration to see how it is entered.

    By “web browser” do you mean Google Chrome?

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    Please make a page of your site available so we can look at the CSS, etc. We do not need/want access to the back end. Enter the text normally on the back end and we’ll see if it can be fixed on the front.

    Thread Starter projecttoday

    (@projecttoday)

    Thread Starter projecttoday

    (@projecttoday)

    Now the page is coming up as Under Constructon even though the site is not under construction at the moment.

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    Remove or disable your under construction plugin.

    Thread Starter projecttoday

    (@projecttoday)

    I have done that. Page download2 is showing as under construction anyway.

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    I can see the site. You have all sorts of inline styling that is really messing things up and no easy way to target those lines via CSS.

    This sort of fixes it.

    .entry-content p {
        margin-bottom: 1em;
    }

    To add CSS: use the “Additional CSS” option in the customizer. https://codex.www.ads-software.com/CSS#Custom_CSS_in_WordPress

    Learn to use the Chrome Developer Tools to help you see and test changes to your CSS.

    Thread Starter projecttoday

    (@projecttoday)

    Does this code go in the little box on the left under Custom CSS on the Customizing Themify Options naviagation pane which is currently blank?

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    Custom CSS

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Too much space between lines on page’ is closed to new replies.