nr261
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Baskerville] Featured image size too smallI would’ve never had the idea to install Jetpack – I just did and it works, the featured images have the 2048px resolution now. Many thanks to you, Jarret, and for your kind help! 🙂
Forum: Themes and Templates
In reply to: [Baskerville] Featured image size too smallHi Jarret, sorry for the late reply. The featured/title photo is the one I set up as “Beitragsbild” (in german; translation said featured photo) in the post settings on the right side. It’s the one that’s displayed on the main blog site.
Here you can see it, descriptions included in the photos:
BUEROKRAT.DE (old blog, 2048 good quality):
https://abload.de/img/bildschirmfoto2019-10rykfp.png
W019E745 (new blog, 1024 blurry quality):
https://abload.de/img/bildschirmfoto2019-10y3ks6.pngThanks in advance!!!
Forum: Themes and Templates
In reply to: [Baskerville] Featured image size too smallHi Jarret, thank you for your reply.
Other browsers, other devicec and ?nocache unfortunately don’t change anything here. It’s only about the title photo, the other ones are all in 2048px: On the problem blog (w019e745…) it has a 1024px resolution (hence it’s blurry on my screen), but on the original blog (derbuerokrat.de) it has the ‘right solution’, 2048px.
- This reply was modified 6 years, 7 months ago by nr261.
Forum: Themes and Templates
In reply to: [Baskerville] Featured image size too smallNobody who’s able to help?
Forum: Fixing WordPress
In reply to: Disabled sidebar – How to give static and dynamic pages same width?Hi Lisa, thank you for your reply. You’re right, this forum area would’ve been the better choice. I don’t know if it’s allowed to start a second topic with my question. Maybe a moderator could move my topic.
But it looks like I solved the problem with this code:
body.single .content {
width: 944px;
max-width: 100%;
float: none !important;
margin: auto;
}