nwaldinger Posted April 22, 2022 Posted April 22, 2022 Site URL: https://www.nickwaldinger.com/ Hello, I'd like to right align the text and box of my drop down menu. Right now it's left aligned, which is causing my text to get cut off (see screenshot attached). My website is www.nickwaldinger.com and the password is "create". Could somebody help me? Thanks!
tuanphan Posted April 22, 2022 Posted April 22, 2022 Add to Design > Custom CSS span.Header-nav-folder { left: -100px !important; } gcart 1 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!)
nwaldinger Posted April 22, 2022 Author Posted April 22, 2022 (edited) On 4/22/2022 at 2:37 AM, tuanphan said: span.Header-nav-folder { left: -100px !important; } Thank you @tuanphan, it worked! However, is there a way to get the type to be right aligned as well? Please see screenshot attached; the type is still currently left aligned. Edited April 23, 2022 by nwaldinger
Solution tuanphan Posted April 24, 2022 Solution Posted April 24, 2022 On 4/22/2022 at 9:09 PM, nwaldinger said: Thank you @tuanphan, it worked! However, is there a way to get the type to be right aligned as well? Please see screenshot attached; the type is still currently left aligned. Try this new code span.Header-nav-folder { left: -100px !important; } a.Header-nav-folder-item { text-align: right; } 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!)
nwaldinger Posted April 24, 2022 Author Posted April 24, 2022 @tuanphan Worked like a charm, thank you!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment