Move menu item over next to search icon

Posted in: Newspaper
Post count: 33

I’d like to create a menu item next to the search icon on the right of the header.

See screenshot here: https://snag.gy/V6kyTM.jpg

Is this possible?

Thanks

Post count: 22421

Hi,

Sorry but our theme has no such menu spot. It can only be done through customization. You can use a simple css to move the last menu item/s near the search using a float:right property: http://screencast.com/t/Lhh095nGM
Change the code to match your menu item number (use the browser inspector) and place the code in the theme panel-=>custom css box.

Thank you!

Post count: 33

Hi

Thanks – I’ve managed to shift this to the right using the code you provided.

However, I’ve noticed there’s a split second when a page is loaded where the menu items are back on the left. I.e. it takes half a second for them to move to the right, which looks a bit messy.

Is there any way to have it preloaded on the right? I put the CSS in the theme panel.

Thanks
Tom

Post count: 22421

Hi,

You can try to add the code in style.css directly at the bottom of the file as css rewrites tend to be seen for a split second as you describe. Try to add it in the css file and it should be faster. Unfortunately this is the way css works. That is why it’s called cascading style sheets.

Thank you!

Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic.