- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
How do I control top content padding in Dusk 2 theme?
I have another thread going about the padding in the navigation area, so I guess I am having issues with controlling padding in this theme in general.
At some point, I must have been in the right CSS file/section to make this change, but I cannot remember where/how.
This is the site in question: https://censoprano.weebly.com/
In some sections (I lost about 50-100px on top of the content pages, which now cuts this content off.
For example, in this section, which is a Blog, the whole top part is cut off (or rather hiding behind the navigation: https://censoprano.weebly.com/articles--docs
Same here: https://censoprano.weebly.com/contact.html
So what CSS file do these sections have in common, and how do I fix what I must have broken?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
I think it's this:
.no-header-page .main-wrap .container {
padding-top: 50px;
}
50px isn't enough padding to push the content down below the navigation bar. You'll probably only see it happen on pages using the no-header page type since it includes that class.
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
which CSS file is that code contained in?
curiously, though, that issue was taken care of after I added your SEO header code that you last suggested to me (before the sub-menu positioning fix)...not sure why, but after I added it, the top of those no-header pages was visible again as it did before I messed it up somehow.
go figure 😕
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report