Move language switcher next to site title
- Repositioned language selector from center controls to left side after title - Updated CSS: reduced padding-left from 3rem to 1rem for better spacing - Center section now contains only: Length, Logos, and View toggles - Left section now has: Logo icon + Menu + Title + Language switcher
This commit is contained in:
+2
-2
@@ -293,8 +293,8 @@ iconify-icon {
|
||||
display: inline-flex;
|
||||
gap: 0;
|
||||
padding: 0;
|
||||
padding-left: 3rem; /* Add left space to prevent overlap with site title */
|
||||
margin-right: 2rem; /* Add space to prevent overlap with Length toggle */
|
||||
padding-left: 1rem; /* Space after the title */
|
||||
margin-right: 0;
|
||||
background: transparent;
|
||||
border-radius: 0;
|
||||
height: 100%;
|
||||
|
||||
Reference in New Issue
Block a user