I’ve increased the size of my site logo, as referenced in another forum topic, but now the menu text is misaligned. How can I make it align with the bottom of the section?
Hi @bvernel,
I hope you are well today and thank you for your question.
Could you please share me your site URL where it’s displaying so that i can help you to achieve it?
Kind Regards,
Movin
Hi Movin, this is on an offline server on my Mac so I can’t directly show you. What code might I add to effect the position of those links?
You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.
Admin Area -> Appearance -> Customize -> Shapely Options -> Other
@media (min-width: 768px){
#site-navigation .module.widget-handle.search-widget-handle,
.collapse.navbar-collapse.navbar-ex1-collapse {
margin-top: 30px;
}
}
Please adjust the value 30px in the above code to the value that works fine on your site.