I am loving your Ultimate theme! Thank you for it!
I have a slight correction that I’d like to make. The search/magnifier in the header is overlapping into the menu bar. Can you provide code or instruction on how to move it up? Or let me now which .php file included the search/magnifier location code?
Hi tamielizabeth,
We have designed our theme this way. If you like to move it up then you may use this below css.
Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
.hgroup-right {
padding-bottom: 45px; //you may change this value as it suits for your site.
}
Thank you! Before I got your response, I was able to get the magnifier to move up by changing the size/crop of the header graphic. But, having the code you provided gives me much more flexibility and control. Thank you so much!