Wrap post titles containing slashes on narrow viewports

I have not found a way to specify that a slash should be treated like a hyphen. One potential workaround is to add the style overflow-wrap: break-word;. This will allow long words to break without affecting the breaking of other words. But it will just break at whatever character would cause overflow, it doesn’t prefer … Read more

How to change Post title background size?

Your theme is adding a large amount of padding to the .single-post__featured-img–layout-1 class: 100px top and bottom, or 180px for screens wider than 1025px. Look in https://eric.frydendal.org/wp-content/themes/blockst/style.css Try Css code .single-post__featured-img–layout-1 { padding: 20px 0px; }