How do we Position the Content Page on all webpages closer to the Title and Masthead?
Can you provide the necessary CSS code so I don’t need to apply a negative margin to the top of each page?
Thank you.
How do we Position the Content Page on all webpages closer to the Title and Masthead?
Can you provide the necessary CSS code so I don’t need to apply a negative margin to the top of each page?
Thank you.
Hi Loren,
I strongly suggest that you start learning the CSS details as you will be dependant on it during teh course of time. We can not give all bits and changes here and there in support. This will getting outside of our support scope and our system has limitation answering such question.
Here are few resources that I can share with you:
1- I have found the proper CSS code selector using the Chrome browser Developer Toolbar:
2- For the CSS code itself, I suggest that you get started with this tutorial:
Now, regarding this case I need to exactly know which section you are talking about. Give us a screenshot and more details. If you are talking about the padding of the title of the page it can be changed adding the CSS code below:
.x-header-landmark {
padding: 1.85em 0 1.15em;
}
Change the values as you see it fit.
Thank you for your understanding and consideration of using our support system fairly 
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.