Hi. My site is: http://dunbarton.wpengine.com I have a lot of extra space on the right side of my menu bar. I would like to either a) remove the extra space and add a search box somewhere on the header or footer or b) use that extra space to house a search bar. Which is easier? And how would I do it?
Hi, Greetings from InkThemes, Addition of search box will require much customization in the source code of the theme. As a better option, you can get rid of the extra space, just paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .menu-wrapper { width: 78%; margin-left: 8%; text-align: center; } Hope this helps...! Thanks & Regards! Nitin InkThemes.com