
Il Domandatore
Members-
Content Count
49 -
Joined
-
Last visited
Community Reputation
0 NeutralAbout Il Domandatore
-
Rank
Newbie
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
I am trying to read the incomplete answers I am getting through my mind. I forgot to add the word Chrome to developer tools. I use Wordpress.org
-
Il Domandatore started following Impossible CSS changes. and How to change the CSS?
-
I have some CSS changes to make and I'm a beginner. Using developer tools, I would have to remove some of the code and then apply the change. How you do it?
-
@niche i put the code in the previous answer.
-
How to put the scroll bar in the menu and the up and down buttons?
Il Domandatore replied to Il Domandatore's topic in CSS
I read that you can create the scroll bar in jquarry. I don't know anything about this, but if it's possible to show a scroll bar on iphone, so be it. Do you have valid alternatives to improve accessibility in the menu and on the body? -
How to put the scroll bar in the menu and the up and down buttons?
Il Domandatore replied to Il Domandatore's topic in CSS
What can I use to improve user navigation in menus and on the page? Do you advise me against the custom scroll bar? -
How to put the scroll bar in the menu and the up and down buttons?
Il Domandatore replied to Il Domandatore's topic in CSS
I deleted the plugin that helped me make the sidebar. I read that on css it is not possible to show the scroll bar on phones. it's true? Solutions? -
I tried to remove a gray border on a button on the contact page.
-
<!DOCTYPE html><html class="html" lang="it-IT" prefix="og: https://ogp.me/ns#"><head><meta charset="UTF-8"><link rel="profile" href="https://gmpg.org/xfn/11"><meta name='robots' content='noindex,nofollow' /> <!-- Optimized by SG Optimizer plugin version - 5.7.14 --><meta name="viewport" content="width=device-width, initial-scale=1"> <!-- Search Engine Optimization by Rank Math - https://s.rankmath.com/home --><title>Home -</title><link rel="preload" as="font" href="https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfBB
-
@dsonesuk <!DOCTYPE html><html class="html" lang="it-IT" prefix="og: https://ogp.me/ns#"><head><meta charset="UTF-8"><link rel="profile" href="https://gmpg.org/xfn/11"><meta name='robots' content='noindex,nofollow' /> <!-- Optimized by SG Optimizer plugin version - 5.7.14 --><meta name="viewport" content="width=device-width, initial-scale=1"> <!-- Search Engine Optimization by Rank Math - https://s.rankmath.com/home --><title>Contact Us -</title><link rel="preload" as="font" href="https://fonts.gstatic.com/s/roboto/v20/K
-
I see you more confused than me; What information are you missing to understand? #ascrail2000.nicescroll-rails.nicescroll-rails-vr without spaces?
-
I found that it also adds a sidebar to me at the bottom. With the chrome developer tool I found and deleted it. is a style element, how do I delete it and how do I know where exactly it is? I tried to follow your lead with important, but I don't understand what I'm doing wrong. # ascrail2000 .nicescroll-rails nicescroll-rails-vr { height: 33% !important; } https://i.postimg.cc/44BfgLqp/Schermata-2021-02-17-a-18-29-12.png
-
Not the solution I wanted, the menus have moved to the left. I preferred a left, center and right one.
-
<div id="ascrail2000" class="nicescroll-rails nicescroll-rails-vr" style="width: 44px; z-index: auto; cursor: default; position: fixed; top: 0px; height: 100%; right: 0px; opacity: 1; display: block; background: rgb(192, 108, 254);"><div class="nicescroll-cursors" style="position: relative; top: 0px; float: right; width: 44px; height: 1024px; border-radius: 10px; background-color: rgb(255, 255, 255); background-clip: padding-box;"></div></div> element.style { width: 44px; z-index: auto; cursor: default; position: fixed; top: 0px; height: 100%;
-
I use Wordpress and edit the CSS through the theme. I have some pieces of code to tweak but they only work on the preview of the Chrome developer tools. I go to the affected page and it doesn't make certain changes. Why?
-
I already had this implementation and wordpress gives it this way. I ask to have the hidden menu on hover. I press above and I see the list. This I can not do it.