Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

Placement of Topbar Menu

Home / Forums / Ascend Theme / Placement of Topbar Menu

This topic is: Resolved
[Resolved]
Posted in: Ascend Theme
December 15, 2020 at 9:38 am

I’ve asked for the Topbar Menu to be on the left because I need the widget area on the right, but truth be told I want this menu in the center so it lines up over the Primary menu that I have strategically placed. HERE’S the site in question and here’s the CSS I already have in place to get this header looking like it does:

.kt-topbar-right {
width: 50%;
}
.kt-topbar-left {
width: 50%;
align: right;
}
form.search-form input[type=search].search-field {
box-shadow: none;
background-color: transparent;
}
#topbar input.search-field, #topbar form.search-form .search-submit {
color:white;
}
#topbar input.search-field::-webkit-input-placeholder{
color: white;
}
#topbar input.search-field::-moz-placeholder {
color: white;
}
#topbar input.search-field:-ms-input-placeholder {
color: white;
}

As always, thanks for any assistance you can provide!

  • The forum ‘Ascend Theme’ is closed to new topics and replies.