Skip to content

The Sidebar Menu in the Joomla Atum Template scrolls up when open and becomes invisible as the screen scrolls down. By simply adding a single line of CSS, the Sidebar Menu will remain in its position when the screen is scrolled, ensuring it remains visible even when the screen scrolls down.

License

Notifications You must be signed in to change notification settings

samuelagus/Joomla-Atum-Sidebar-fixed-on-scroll-using-CSS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Joomla Atum Sidebar Menu fixed position on-scroll (using CSS)

The Sidebar Menu in Joomla 4! / Joomla 5! Atum Template will scroll up (when the Toggle Menu is open) and become partially or completely invisible as the screen continues to scroll down.

By simply adding a simple CSS style, the Sidebar Menu will remain in its position when the screen is scrolled, ensuring it remains visible even when the screen scrolls down.

Please add the following CSS style into /media/templates/administrator/atum/css/user.css file (please create a user.css file if you don't have one already):

/* SIDEBAR MENU ~ fixed on scroll */

#wrapper:not(.closed) .sidebar-wrapper .sidebar-sticky {
  position: fixed; 
  top: 66px;
}

This is the position when the screen on top position.

Atum-Sidebar-fixed-on-scroll-1

This is the position when the screen scroll down, the Sidebar Menu will scroll up. The result if the screen continues to scroll down is that the Sidebar Menu will no longer be visible.

Atum-Sidebar-fixed-on-scroll-2

After adding a simple CSS style, the Sidebar Menu will remain visible even when the screen scrolls down.

Atum-Sidebar-fixed-on-scroll-3

Good luck!
Let me know if you encounter any problems.

About

The Sidebar Menu in the Joomla Atum Template scrolls up when open and becomes invisible as the screen scrolls down. By simply adding a single line of CSS, the Sidebar Menu will remain in its position when the screen is scrolled, ensuring it remains visible even when the screen scrolls down.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages