Antenna Theme – centre logo and move search bar
-
Hi, somebody know how can i do to:
1. centre my logo picture (now it left)
2. if it possible move the search bar (now it a widget) in the menu bar (right)Thanks
The blog I need help with is: (visible only to logged in users)
-
Hi, your logo is appearing centered to me.
On the search box, moving widgets up into the menu area on responsive width themes is not easy, and especially when you have a lot of menu items. It looks like we would run out of room at about 1100px in width, which doesn’t keep it in the menu bar for anyone who has their browser window less than 1100px. Given we run out of room for it at such a wide width, I’m not sure it is really worth it, but here would be the code if you want to use it.
media screen and (min-width: 1100px) { #page { position: relative; } #search-3 { position: absolute; top: 215px; background: none; right: 40px; } .main-navigation ul { float: left; } }
- The topic ‘Antenna Theme – centre logo and move search bar’ is closed to new replies.