Archived topic
Sidebar navigation clickable area wider
7 replies · Started by takkularapsis on May 30, 2019
Hi,
How can i make a link in sidebar to be clickable in wider area than it is now? I have to click ".a"-area to click the link active, and i would like the clickable area to be wider like 195px x 81.5 like the ".widget ul li" area is?
Hi there,
can you check the URL you have added by editing the original post - its currently redirecting me to the login. I would need to see the front end of the site to advise on this.
Hi,
Sorry, now the link should be ok.
To the issue, i have secondary nav in "tuotteet"-page and i would like this linked page navigation to be alike. I could make all the same with css, but the clickable area is something my amateur skills wont manage...
Is the page actually accessible without a password? As i am still being redirected to a password page. Let me know.
Sorry, there was a password on. :/ Now disabled it and should be seen.
Try adding this CSS:
.widget_nav_menu ul li a {
display: block;
}
Worked perfectly, thank you!
Glad to be of help