I use the 10.3 update but it is not fixed for me. Any ideas?
Ah, that works, thanks!
Yes, like that! But it’s fixed. Don’t ask me how, I think maybe changes in the mobile version take a little time to appear?
Anyway, I have one other question. Look at the mobile version of my site. Between the first three posts is a little white line. I like that.
Between the next three (so numbers four to six) there isn’t such a white line.
How can I add the line there as well?
Thank you!
Maaike
That works on a desktop, thank you!
But not on mobile, unfortunately? It looks good in the preview but not live.
Ideas?
Oh, I forgot to mention a link.
See here:
https://www.fuckdiestudieschuld.nl
Ah, of course. Thank you!
Ah, yes, that seems to work. It had to be 21 pixels.
I tried changing the font too, but that doesn’t work.
I tried this:
.search .no-results {
padding-left: 21px;
font-family: “Roboto Condensed”;
}
What am I doing wrong?
Thanks!
Hi!
The settings don’t offer me what I want.
For blog posts I use this ->
.td-post-content a {
text-decoration: none;
box-shadow: inset 0 -0.5em 0 0 #ffff00;
}
.td-post-content a:hover {
background-color: #ffff00;
}
I would like to use the same CSS for pages as well, but I don’t know how to address the pages.
I tried .page which changes all links, also in the header et cetera.
I also tried .td-page-content but that somehow doesn’t change a thing.
Help! 🙂
Thanks,
Maaike
Hey, that seems to work, thank you!
Ah, that is a clever suggestion, I hadn’t thought about that.
Thanks!
Hmm, it doesn’t seem to work. Even if I put in really big numbers, it stays the same.
This is the CSS I use:
:target:before {
content: “”;
display: block;
height: 40px; /* fixed header height */
margin: -40px 0 0; /* negative fixed header height */
}
For desktop this works perfectly.
Should I use something else for mobile?
Oooh, I never even looked at the advanced thing. Haha! Thank you!
Ah, that explains it.
If I understand it correctly, I can just leave it like this and it will get fixed automatically in the next update? Because it isn’t bothering me too much.
Or will it be a long time before there will be an update?
Thanks!
Maaike
Hi! Thanks for your reply. I’ll try and explain both points better.
#1 See the two blue arrows on the image. Those two yellow lines should be aligned, right? They are not. (Also, the yellow line should start a bit below the letters, like with the second blue arrow. The yellow line below the date is a bit off.)
Image = https://ibb.co/cNTbb46
Site = https://www.fuckdiestudieschuld.nl/studieschuld-aflossen-is-leuker-dan-verwacht/
#2 Problem #1 is not important anymore if we manage to fix problem #2.
What I would like =
– The date and edit link should be black, also when hovered. No yellow line, no red, just all plain black.
– Links in the body text should be yellow, just as the links in the regular body text of the posts.
I can change the styling of the links in the comment section, but then both change at the same time. Can I somehow address them separately with CSS?
I hope you understand what I’m trying to explain. 🙂
Thanks!
Maaike
Huh?
Hover?
That is not what I am trying to ask.
I would like to adjust the way the page jumps work together with the header for mobile.
Any thoughts?
Hi!
I just noticed that on mobile the height isn’t working. I guess it should be more pixels?
Could you take a look? ->
https://www.fuckdiestudieschuld.nl/studieschuld-aflossen-stappenplan/
Is there a way to change the number of pixels for mobile? And how many pixels should it be?
Thanks!
Maaike
Yes! Thank you! 🙂
That works, awesome! 😀
Is there a similar solution for the date link as well? (The link just to the left of it?)
That doesn’t work.
I deleted the yellow lines for the comment section completely.
However, on mobile they are still there.
Any thoughts? Thanks!
See here. The yellow line starts before the word bewerken.
Hmm, call me a crazy perfectionist, because I certainly am haha, but I would like to change it?
I love to check 404 pages on random websites, it’s one of my guilty pleasures haha, and it looks silly if the url isn’t simply /404.
Isn’t there a way for me to fix this?
Thanks!