Like this?
.archive{
font-size:40vh;
position: fixed;
top: 32%;
}
Like this?
.archive{
font-size:40vh;
position: fixed;
top: 32%;
}
I now changed it to:
.archive{
position: fixed;
top: 35%;
}
Now the textbox dont jumps. But i dont have the exact reult as i wanted with the position...
Hey
I've created a centered/fixed text-element on this Page:
http://leandrodisler.com/archiv
Password is: hello
I've made a regular textbox in the gridder and gave it a HTML class.
This is in my Custom CSS:
.archive{
position: fixed;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
Now the Problem: as you see the element is fixed and centered first but when i scroll the element jumps and takes a new position.
What could be the reason for this?
ps. Also i would love to have this text in front of the whole content of the site, is this possible?
Thanks
Got it. thank you.
Hey
It worked, thank you. !
Theres just one more problem now. On the other mouseovers i dont have the "mouseover-hand" no more. Is there a solution to have them back?
Hey
I have a question about custom cursors on mouseover.
I used the code below to get a custom cursor on mouseover. Now i want to achieve that this mouseover cursor only appears on thumbnail mouseovers. And not everwhere else like links in text etc.
Is this possible?
—
a {
cursor: url(http://leandrodisler.com/wp-content/uploads/2018/11/plus.png) 15 15, auto !important;
}
Hey everyone
I have a problem with my mobile menu. Is it possible to display different name for a certain menu-point on mobile than desktop?
Bests Leandro
it worked. thank you
No not really.
I'm a beginner, dont know how to set it up that it works.
Is it possible to have this on Desktop with the 2 menu Points but
And what would that look like with a soft link:
<a class="close-button" href="http://leandrodisler.com/"><img src="http://leandrodisler.com/wp-content/uploads/2018/03/close.png"/></a>
All the Best
I have a little problem with my Intro Image.
On my Projects i have a custom close-project button which brings you back to home.
The Problem is the intro image shows again like this.
Can i change the link of the button that this won't happen?
Thanks
http://leandrodisler.com
pw: hello
Yes, it worked. Thank you!
Hey
Sorry, my problem was not clear enough.
On my mobile version i disabled the Footer. Now after my last object on all pages (in this case the Black desription box) theres a white area that i dont designed.
can someone help me?
Hey everyone
I have a little problem. I disabled my footer for mobile with this custom css:
#footer-region #grid{
display: none;
}*
Now my problem is that i have a white space on the bottom of my project-pages after the last element (only on mobile). Where does it come from?
domain: leandrodisler.com
pw: hello
Thank you
Thanks for your answer.
That would be nice if you do.
Cheers