How to Reduce The Top Margin of An Original Page Title Name? 
Author: Ricardo Jr A.
Visited 18,
Followers 0,
Shared 0
Hi Fellow Members,
I hope you ALL are doing well. I could not find an answer to my questions, so I'm reaching out to see if someone can point me in the right direction.
I created a new web page called "Affiliate Disclaimer". I noticed that when I preview the web page, the title of the web page I believe by default is near at close to the top of the header area. Is it possible to edit the top margin to bring the title downward?
I understand I can go under "Page Creation" to edit the margins of the text. It seems there is no way to edit the top margin to the title of the page. Does anyone know how? I have attached a screenshot to better explain what I'm trying to accomplish. Any help would be greatfully appreciated.
Kindly,
Ricardo
Posted on the
Under "3 Sitemap", select the relevant page and click "Properties" at the top.
Then click the "Advanced" tab and under...
Custom Code:
Before the closing </HEAD>
...insert the following CSS code:
<style>
#imPgTitle {
padding-top: 22px;
}
</style>
Author
Daniel,
Thank you for taking the time for your day to provide the solution to my question. After inserting the code, it looks so much better. Once again thanks for your help. Have a great day!
Kindly,
Ricardo