Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #529397

    Hi, as you can see here – http://screencast.com/t/Uxl9kOimmgYK – the space above the headline isn’t the same as you see here – http://screencast.com/t/2jrf3RYhfrrw. How can I make it the same?

    Thanks.

    #529413

    Hi DROR!

    Add a codeblock element to the page and add this inside.

    <style type = "text/css">
    main { padding-top: 20px !important; }
    </style>

    Cheers!
    Elliott

    #529423

    Does’t seem like it changed anything.

    #529425

    Can’t I add it to the CSS section in the theme setting instead of using a code block inside the page?

    #529456

    Hi!

    Yes, but it will change it everywhere instead of just the page with the gap.

    Best regards,
    Elliott

    #529462

    But I can add a code that will make the change be specific to that page, right? By adding – page-id-10291 – to the beginning of the code maybe?

    #529776

    Hi,

    Yes you can try the code with the page id class ahead of it, seems like you are learning a bit CSS? :-)

    Thanks,
    Rikard

    #529835

    Yeah, I have some great teachers here ;)

    #529890

    Hi!

    If you place the code Elliott posted in a code block element on your page, you will not need to use page ID’s to target specific page. It will be only needed if you would like to add the code to Quick CSS field :)

    Regards,
    Yigit

    #529892

    Yeah, I know. I prefer to have all the CSS changes in the Quick CSS field as it will be easier to find later on :)

    Thanks.

    #529895

    Hi!

    Then page ID it is! :)
    Shall we mark the thread as resolved?

    Regards,
    Yigit

    #529896

    Yep :)

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘How to add more space above headline?’ is closed to new replies.