MN88-MI Posted March 3, 2022 Share Posted March 3, 2022 (edited) Site URL: https://duelle.studio Hello, does someone know how I can move the bottom two menu items side by side at low level as shown in the image attached. The items I want to move are @duelle.studio and hello@duelle.studio. I would like them to be placed in the bottom corners of the menu when open as shown in the image attached where I sketched the black and orange rectangles for position reference. Many thanks, Edited March 4, 2022 by MN88-MI Link to comment
tuanphan Posted March 6, 2022 Share Posted March 6, 2022 On 3/4/2022 at 12:56 AM, MN88-MI said: Site URL: https://duelle.studio Hello, does someone know how I can move the bottom two menu items side by side at low level as shown in the image attached. The items I want to move are @duelle.studio and hello@duelle.studio. I would like them to be placed in the bottom corners of the menu when open as shown in the image attached where I sketched the black and orange rectangles for position reference. Many thanks, Add to Design > Custom CSS @media screen and (min-width:992px) { div.container [href*="instagram.com"] { position: fixed; right: 1vw; bottom: 1vw; } div.container [href*="mailto"] { position: fixed; bottom: 1vw; left: 1vw; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
MN88-MI Posted March 7, 2022 Author Share Posted March 7, 2022 Many thanks, this worked. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment