claires Posted November 22, 2019 Share Posted November 22, 2019 Hi, does anyone know how to reduce the width of a dropdown header menu (from a Folder) in 7.1.? I am building a multi-lingual website, and the menu looks quite odd being significantly wider than the options (see screenshot). Any help would be great! Link to comment
tuanphan Posted November 23, 2019 Share Posted November 23, 2019 Can you share link to your site? 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
claires Posted November 23, 2019 Author Share Posted November 23, 2019 fossilfueltreaty.org (will message you password, it's still in development) Link to comment
tuanphan Posted January 29, 2020 Share Posted January 29, 2020 I think I didn't receive message add to Home > Design > Custom CSS .header-nav .header-nav-item--folder .header-nav-folder-content { width: 100px; } 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
ashhw Posted April 8, 2020 Share Posted April 8, 2020 On 1/29/2020 at 12:58 PM, tuanphan said: I think I didn't receive message add to Home > Design > Custom CSS .header-nav .header-nav-item--folder .header-nav-folder-content { width: 100px; } what if i have multiple folders in my navigation bar? i don't want the width to apply to my other folders. is there a way to reduce the width for the language folder only? Link to comment
tuanphan Posted April 8, 2020 Share Posted April 8, 2020 Just now, ashhw said: what if i have multiple folders in my navigation bar? i don't want the width to apply to my other folders. is there a way to reduce the width for the language folder only? Can you share link to your site? 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
ashhw Posted April 8, 2020 Share Posted April 8, 2020 2 minutes ago, tuanphan said: Can you share link to your site? https://snail-coral-5ea7.squarespace.com/ password: ndcccs1 Link to comment
tuanphan Posted April 8, 2020 Share Posted April 8, 2020 2 minutes ago, ashhw said: https://snail-coral-5ea7.squarespace.com/ password: ndcccs1 a.header-nav-folder-title.exclude[href="/language"] + .header-nav-folder-content { width: 50px; } 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
ashhw Posted April 8, 2020 Share Posted April 8, 2020 2 minutes ago, tuanphan said: a.header-nav-folder-title.exclude[href="/language"] + .header-nav-folder-content { width: 50px; } thanks! it worked! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.