Guest Posted May 12, 2020 Share Posted May 12, 2020 Site URL: https://octahedron-plantain-seg7.squarespace.com/ In my header navigation, I have 2 drop-down folders in which one should be larger than the other. Question A - How do I make one drop-down longer than the other? Question B - How can I make the drop-down fall down under the Main Section rather than far off left? Question C - Is there a custom CSS to make the folder drop straight down like its coming from the section name? Website password: morrill@trial Link to comment
tuanphan Posted May 13, 2020 Share Posted May 13, 2020 You mean width or height? 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
tuanphan Posted May 16, 2020 Share Posted May 16, 2020 10 hours ago, GavinM01 said: Width Add to Home > Design > Custom CSS /* catalog width */ [href="/catalog"] + div { width: 250px !important; } /* about us width */ [href="/about-us"] + div { width: 300px !important; } 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
Guest Posted May 18, 2020 Share Posted May 18, 2020 On 5/16/2020 at 2:30 AM, tuanphan said: Add to Home > Design > Custom CSS /* catalog width */ [href="/catalog"] + div { width: 250px !important; } /* about us width */ [href="/about-us"] + div { width: 300px !important; } The CSS you sent me worked. Thank you! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.