Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #1419669
Spacing
Closed

Comments

  • ianflexie started the conversation

    Basically I would like the content under my header to be close to the top - 

    Also I would like to force text that is marked as 'heading1, 2' etc to be single line spacing the same as when using 'paragraph'

    Please help.

    Thank You,

    Ian

  • [deleted] replied

    Hi, sorry, not quite sure what do you mean. Can you pls provide more details with screenshots?

  • ianflexie replied

    Screen Shot 1

    Screen Shot 2

    See screen shots with text added to pictures stating problem

  • [deleted] replied

    Screen 1.  You can fix it with custom css code in theme options:

    #main {
        padding: 30px 0 0; /* original is 70px */
    }
    Screen 2.  You need to change line height for headings in theme options. Also I see that you tried to change font size of headings in content. Better do it in theme options too.