I’m looking to add a large space between the last two items of my menu bar so from “home to giving back” that should be left justified as it already is but the last two items I would like to be right justified creating a space between giving back and provider locator. They should appear next to the search bar. My website is in the private section below for reference. Thank you for any help!
Hey kenser!
use this code in Quick CSS field:
#menu-item-421, #menu-item-401 {
right: -50px;
}
and adjust as needed.
Best regards,
Andy
Thank you so much! That worked great. Big help!
By chance do you know if you can move the search bar? I’d like it to be more of a bar with the search box next to it up in the same space as the logo but on the right, is that doable?