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

    Hi,

    Is there a way to decrease the amount of white space above the layout elements as seen in the following link? I put a screenshot of the backend of the page on the top of the page.

    http://www.helpwithstats.com/r-math-functions-2

    **In other words, on the page above, I wish to reduce the following gap:

    R has a number of built-in math functions.

    (IS THERE A WAY TO REDUCE THIS SPACE)

    2 + 4 * 5 # Order of operations

    Any help is appreciated.. the support here has been great! Thanks!

    #131234

    Try changing the top-margin value in your custom.css

    Code:
    body .column-top-margin {
    margin-top: 50px;
    }

    #131235

    Works perfect! THANKS!!!!

    #131236

    You’re welcome :-)

    #131237

    Hey!

    Thanks Richard for helping us out :)

    Best regards,

    Peter

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Way to decrease space above Layout Elements’ is closed to new replies.