nwaldinger Posted April 22, 2022 Share 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! Link to comment
tuanphan Posted April 22, 2022 Share 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 How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
nwaldinger Posted April 22, 2022 Author Share 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 Link to comment
Solution tuanphan Posted April 24, 2022 Solution Share 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 How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
nwaldinger Posted April 24, 2022 Author Share Posted April 24, 2022 @tuanphan Worked like a charm, thank you! 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