Hey CSS nerds, I have this weird glitch that has started happening. I built a site a while back that uses a custom cursor with JS, so the default cursors get hidden.

On touch devices it shouldn't show at all. And I think on my old phone that was the case. But now I have a new android its behaving like it's desktop.

Plus I just visited this site from my phone and that is showing me the wrapper that should only be for desktop. (Yellow, hoverable)

https://css-irl.info/detecting-hover-capable-devices/

The site I built is:
https://andreas-olesen.tumblr.com/?param=visible

And here's a screenshot.

The CSS solution is supposed to be

@media (hover: none) {
display: none;
}

Any pointers (HAHAHAHAHA)

#CSS #CSSHelp #FrontEnd #FrontEndDevelopment

So I'm playing around with making my own theme for Ghost and there's one thing I really want to get right:

Ghost has built-in functionality for setting the width of images to break out of the article container, resulting in images that span the full width of the viewport, alternatively about 50% between the content column and the viewport edges. This is set in the Ghost editor and simply adds class names to the figure element. It's up to me to code the output.

What is best practice for accomplishing this with CSS? Because the solutions I'm finding aren't very neat. And they for example add a horizontal scrollbar to the browser...

Thanks for you help :)

Edit: added an image for explanatory purposes.

#css #csshelp
Akkoma

Link CW: Meow Wolf Spoilers

Any CSS gurus mind taking a look at this and offering suggestions for the dots between the entries and phone numbers? It works great on short entries but on multiline entries there’s a significant gap between the end of the text and the dots starting. Not sure if there’s an easier technique I’ve missed.

https://davmillar.github.io/phone-boop/

#WebDev #CSSHelp #CSS #WebArt

Phone Boop

EDIT:
Thank you all for the floods of help! Hope I can implement a fix first thing tomorrow! (Exhausted right now)
-‐---

Any coding nerds around (Who don't mind looking at NSFW art?)
My brain is not really at its... peak atm, and I can't figure out why my simple manual slideshows don't work in the taster section:

https://www.jenniegyllblad.co.uk/tasters.html

#CssHelp #WebsiteHelp #Coding #Beginner

Jennie Gyllblad - Comicatrix

Need blog help. I've spent way too much time on this.

I have a custom theme on Blogger. I'm trying to get the post snippet on the home page to point to certain text in the blog post instead of pulling from the top.

https://stackoverflow.com/questions/75121120/how-do-i-customize-the-post-snippet-on-the-homepage-of-my-blogger-blog

#blog #Blogger #blogging #BlogHelp #HTMLHelp #CSSHelp

@blogging

How do I customize the post snippet on the homepage of my Blogger blog?

I have a custom theme on Blogger. How do I get the post snippet on the home page to pull certain text in the post instead of pulling from the top? I tried this in my post <div class="post-

Stack Overflow