kazon
Forum Replies Created
-
The solution is here :
https://ww.wp.xz.cn/support/topic/space-around-page-title-and-header/
Simple as that ! as told somebody else before…
Thanks James Huff- This reply was modified 5 years, 11 months ago by kazon.
Forum: Themes and Templates
In reply to: [Twenty Twenty] Space around page title and headerWorks for me too ; thanks.
“Simple as that”…
First you have to find the right css file amongst about 200.
The right one seems to be in wp-content=>Theme=>twentytwenty=>style.css
I open it with Notepad++ and as told codeworm I search .singular.entry-header.
Found it at line 2406 :
.singular .entry-header {
background-color: #fff;
padding: 4rem 0;
}
I change 4rem for 1rem and nothing move.
To be sure I’m in the rigt file I change #fff for #aaa and now I have a big grey banner.
So there is progress…
Right click on it =>Check the element (or something like that for you) to see where is this element :<header class=”entry-header has-text-align-center header-footer-group”>
<div class=”entry-header-inner section-inner medium”>
</div><!– .entry-header-inner –>
</header>
I have the name so it should be simple as said codeworm to find it in the code source of the page :
Preview=>Ctrl+U and .singular .entry-header is there amongst about 546 other words in only one line…
Somewhere in <body> ? There is 18 header but no one with that .singular .entry-header class.
It’s not here I can reduce or remove this banner.
May be Themes=>Customize
– Site identity (or something like that) :nothing
– Colors (why not?): nothing
– Theme option : idem
– Model with banner (this one could be fine) but still nothing even the opacity does nothing
– Background image : no
– Menus ? no
– Widgets ? only for the footer
– last hope : Front page settings = to set th articles and still nothing for that banner….
Nothing in Tools
Settings may be ?
Nothing
What else ?
And the banner is still there and the header is still too broad.
Thanks WordPress for this nice time spent to solve a problem “Simple as that !”