mbdrake
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Penscratch] CSS to increase navigational menu fontAppreciate the help – thank you!
Forum: Plugins
In reply to: [EWWW Image Optimizer] webp not workingMy apologies – just Apache. The thing is, when going to the EWWW Image Optimizer plugin page, the Webp image displays correctly. I’ve disabled over plugins that may possibly have had an effect (W3 Total Cache, Wordfence, etc).
Forum: Plugins
In reply to: [EWWW Image Optimizer] webp not workingA bit of a “me too” post. I’m using cPanel/WHM with Apache 2.4. I’ve placed the rules both at the public_html level and at the cPanel account level and in both cases, the rewrite is not being honoured.
I think my only question would now be how to apply it solely to the front page. Archives and category pages render the space between the Share This/feature image of the previous post just fine – adding the above code increases the space.
Any suggestions greatly appreciated.
I think I’ve resolved it. I used the following code in Edit CSS:
.list-view .site-content .hentry.has-post-thumbnail { border-top: 0; padding-top: 20px; }
It shouldn’t affect non feature image posts, but will ensure there is enough spacing to ensure the Share This (or whatever else is being used at the bottom of the post) isn’t obscured by the feature image of the previous post on the front page.
GAHH!
Chrome’s cache is too aggressive. The:
.entry-title { font-size: 28px; font-weight: normal; margin: 0 0 5px; }
did the trick.
I do apologise to you all for wasting your time. (goes to bang head against wall, repeatedly for schoolboy error)
Sorry, yes:
And I’ve also tried declaring:
.entry-title { font-size: 28px; font-weight: normal; margin: 0 0 5px; }
and couldn’t get it to work.
Tried it with Chrome’s Inspect Element. I’m being extraordinarily thick and still cannot see how to declare it within the child style.css (having imported the main theme’s style.css first).
The closest would be this:
<h1 class="entry-title"> (content, blah blah blah ) </h1>
however, if I declare just this in the child style css file:
h1 { font-size: 28px; margin: 33px 0; }
(thereby reducing it by half), I still cannot see any change.
Nope, absolutely no configuration in any of the support conf directories or in the main nginx configuration or stanzas at all.