Hello
For some strange reason my drop-down icons are not aligning with the corresponding menu and the blog menu is on the next line – see the below image? (shop is www.spellbeauty.com
How can I change this?
Please assist.
Thanks
Paul
Hello
For some strange reason my drop-down icons are not aligning with the corresponding menu and the blog menu is on the next line – see the below image? (shop is www.spellbeauty.com
How can I change this?
Please assist.
Thanks
Paul
Hi @Paul217 ,
ul#nav li {
display: table-cell;
}
i.fa.fa-chevron-down {
position: relative;
bottom: 31px;
}
Add this css at the bottom of
Online Store->Theme->Edit code->Assets->stylesheet.scss.liquid
Brilliant - that worked.
Thank you