Resolved

Move search bar?

Ultra Theme started by [email protected] Sep 15, 2016 2 replies
[email protected] Sep 15, 2016 · 11:37 am #4884

Aloha,

I would like to offer a search bar on the top of my page but right now it ends up in a third row on the menu line. Can you help me figure out how to force that up one line to the right, or move it elsewhere?

Site is:
http://fourth.icmmpa.org/

Nice theme!

Chris

Andrew Misplon Puro Sep 15, 2016 · 12:35 pm #4886

Hi Chris

Thanks for your support, it’s most appreciated.

Sorry the header isn’t more flexible. It’s built to handle a one line menu but I can see that’s limiting. Please, try the following:

1. Plugins > Add New, search for and install Simple Custom CSS.
2. Go to Appearance > Custom CSS and insert:

/* Site Branding Container */
.site-header .site-branding-container {
    max-width: 20%;
}

/* Main Menu Container */
.main-navigation {
	max-width: 80%;
}

/* Menu List Container */
#site-navigation div:first-of-type {
	width: 95%;
}

Please, let me know how that goes. Thanks again for your support 🙂

Andrew Misplon Puro Sep 16, 2016 · 12:17 pm #4919

Premium user migrated thread to email.

3 posts