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

Top Bar Issues

Home / Forums / Virtue Theme / Top Bar Issues

This topic is: Resolved
[Resolved]
Posted in: Virtue Theme
March 18, 2019 at 8:25 am

Hello,

You provided below code that puts phone number on left side and search on the right side.

It looks perfect on this site-

But when I used the same code (and settings) for this new website it looks like this-
Smaller phone (not H5) and not centered in top bar. Please let me know how I can make this website look the same as the one above?

.kad-topbar-right {
width: 100%;
}
.kad-topbar-right #topbar-search .form-search {
float: right;
}
.kad-topbar-right h5 {
float: left;
}


@media
(min-width: 768px) {
.kad-topbar-right #topbar-search .form-search {
margin-top: -32px;
}
}

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