TITLE Padding Top and Bottom

The spacing above and below the Title from page to page varies.
I.
I was advised to use this CSS code to adjust TITLE padding…
/TITLE Change Space Above and Below [top]em 0 [bottom]em/
.x-header-landmark {
padding: 1.0em 0 1.0em;
}
You will notice 2 things from the examples below.

  1. One is the space above and below the “Title” varies on different pages. How do I make the spacing above and below the TITLE the same on all pages? What caused them to be different?
  2. Second, not all pages open at the same size. i.e. Company and Contact are larger than other pages. How do I correct that problem?

    Thank you.

I just created a “New Contacts” page (https://meadowstar.com/contact-2/) using the same Template Page I have been using elsewhere. The Title spacing presentation is clearly different from the old "Contact page (https://meadowstar.com/contact/). What would cause this padding difference, which logically should be independent of the padding in the Title?

New Contact Page:

After all of this. Is this issue directly related to the Section Wrapper’s top Margin?

If so, that answers the question as to the differences from page to page.

I have discovered that the primary problem is the the “FullWidth” Pages Padding at the top of the content is different for than “Sidebar Right-Contents Left”.
How do I set the Content Padding the same in both configurations?

Hi Loren,

I don’t see that top padding issue on my end, I’ve check all the pages that is on your menu and the Landmark header has 40px top padding consistently.


Please clarify,

Thanks,

Thank you. I found a solution using margins and padding probably before you were able to answer…

Glad to hear that,

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.