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.
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
Does’t seem like it changed anything.
Can’t I add it to the CSS section in the theme setting instead of using a code block inside the page?
Hi!
Yes, but it will change it everywhere instead of just the page with the gap.
Best regards,
Elliott
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?
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
Yeah, I have some great teachers here ;)
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
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.
Yep :)